- utilize autotools[1]

- update to new header
- convert to OptionsNG

Noticed by:	avg[1]
This commit is contained in:
Yen-Ming Lee 2013-01-21 16:33:10 +00:00
parent 22415e5ccd
commit f559911b09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=310772

View file

@ -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