freebsd-ports/databases/gqlplus/Makefile
Yen-Ming Lee e1ab150f4b add gqlplus, the SQL*PLUS with commandline editing, history, and
table/column name completion

Reviewed by:	ijliao (mentor)
Approved by:	ijliao (mentor)
2002-11-07 17:36:47 +00:00

23 lines
454 B
Makefile

# New ports collection makefile for: gqlplus
# Date created: 06 November 2002
# Whom: Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gqlplus
PORTVERSION= 1.5
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= leeym@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}
MAKEFILE= makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>