freebsd-ports/databases/gqlplus/Makefile
Vanilla I. Shu 6be1f547d3 Support staging.
Approved by:	portmgr@
2014-05-19 16:01:00 +00:00

31 lines
686 B
Makefile

# Created by: Yen-Ming Lee <leeym@FreeBSD.org>
# $FreeBSD$
PORTNAME= gqlplus
PORTVERSION= 1.15
CATEGORIES= databases
MASTER_SITES= SF
MAINTAINER= leeym@FreeBSD.org
COMMENT= SQL*PLUS with commandline editing, history, and name completion
GNU_CONFIGURE= yes
USES= gmake
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}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>