mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
d7b7c66176
PR: 111935 Submitted by: Marcelo Araujo <araujo at bsdmail.org>
31 lines
675 B
Makefile
31 lines
675 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.12
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
PORTDOCS= README ChangeLog
|
|
PLIST_FILES= bin/gqlplus
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|