freebsd-ports/databases/gqlplus/Makefile

24 lines
520 B
Makefile
Raw Normal View History

# 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
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
2003-04-15 02:51:20 +02:00
USE_GMAKE= yes
do-install:
2003-04-15 02:51:20 +02:00
${INSTALL_PROGRAM} ${WRKSRC}/${OPSYS}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>