mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- utilize autotools[1]
- update to new header - convert to OptionsNG Noticed by: avg[1]
This commit is contained in:
parent
22415e5ccd
commit
f559911b09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310772
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,4 @@
|
|||
# New ports collection makefile for: gqlplus
|
||||
# Date created: 06 November 2002
|
||||
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
||||
#
|
||||
# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
|
@ -18,10 +15,13 @@ USE_GMAKE= yes
|
|||
|
||||
PORTDOCS= README ChangeLog
|
||||
PLIST_FILES= bin/gqlplus
|
||||
USE_AUTOTOOLS= autoconf automake aclocal
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
|
Loading…
Add table
Reference in a new issue