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
|
2003-04-15 02:51:20 +02:00
|
|
|
PORTVERSION= 1.7
|
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
|
|
|
|
|
|
|
MAKEFILE= makefile
|
2003-04-15 02:51:20 +02:00
|
|
|
USE_GMAKE= yes
|
2002-11-07 18:36:47 +01:00
|
|
|
|
|
|
|
do-install:
|
2003-04-15 02:51:20 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${OPSYS}/${PORTNAME} ${PREFIX}/bin
|
2002-11-07 18:36:47 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|