2002-11-07 18:36:47 +01:00
|
|
|
# New ports collection makefile for: gqlplus
|
|
|
|
# Date created: 06 November 2002
|
|
|
|
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gqlplus
|
2006-12-10 15:47:40 +01:00
|
|
|
PORTVERSION= 1.12
|
2002-11-07 18:36:47 +01:00
|
|
|
CATEGORIES= databases
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= leeym@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= SQL*PLUS with commandline editing, history, and name completion
|
2002-11-07 18:36:47 +01:00
|
|
|
|
2005-08-01 16:49:43 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-04-15 02:51:20 +02:00
|
|
|
USE_GMAKE= yes
|
2002-11-07 18:36:47 +01:00
|
|
|
|
2006-04-25 01:58:56 +02:00
|
|
|
PORTDOCS= README ChangeLog
|
|
|
|
PLIST_FILES= bin/gqlplus
|
|
|
|
|
2002-11-07 18:36:47 +01:00
|
|
|
do-install:
|
2005-08-01 16:49:43 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2006-04-25 01:58:56 +02:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
2005-08-01 16:49:43 +02:00
|
|
|
.endif
|
2002-11-07 18:36:47 +01:00
|
|
|
|
2007-04-21 01:17:41 +02:00
|
|
|
.include <bsd.port.mk>
|