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-02-09 08:07:24 +01:00
|
|
|
PORTVERSION= 1.6
|
2002-11-07 18:36:47 +01:00
|
|
|
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>
|