# New ports collection makefile for:	gqlplus
# Date created:				06 November 2002
# Whom:	      				Yen-Ming Lee <leeym@FreeBSD.org>
#
# $FreeBSD: ports/databases/gqlplus/Makefile,v 1.7 2004/02/06 13:11:01 trevor Exp $
#

PORTNAME=	gqlplus
PORTVERSION=	1.8
PORTREVISION=	1
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
PLIST_FILES=	bin/gqlplus
USE_GMAKE=	yes

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${OPSYS}/${PORTNAME} ${PREFIX}/bin

.include <bsd.port.mk>
