1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

- Add LICENSE_FILE

- Switch to USES=autoreconf
- Switch to options helpers

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-08-26 02:44:21 +00:00
parent 8de0a40be7
commit 9abebe1354
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395333

View File

@ -10,24 +10,21 @@ MAINTAINER= leeym@FreeBSD.org
COMMENT= SQL*PLUS with commandline editing, history, and name completion
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
GNU_CONFIGURE= yes
USES= gmake readline
USES= autoreconf gmake readline
PORTDOCS= README ChangeLog
PLIST_FILES= bin/gqlplus
USE_AUTOTOOLS= autoconf automake aclocal
AUTOMAKE_ARGS= --add-missing
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.if ${PORT_OPTIONS:MDOCS}
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>