freebsd-ports/databases/gqlplus/Makefile
Yen-Ming Lee 2c3ec5d088 update to 1.8
- new functionality: 'PAUSE' and 'SET PAUSE' commands now supported.
- fix some bugs.
2003-12-07 14:21:21 +00:00

23 lines
520 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.8
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= leeym@FreeBSD.org
COMMENT= SQL*PLUS with commandline editing, history, and name completion
MAKEFILE= makefile
USE_GMAKE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${OPSYS}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>