summaryrefslogtreecommitdiff
path: root/databases/gqlplus
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2005-08-01 14:49:43 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2005-08-01 14:49:43 +0000
commitcc8f27fff56b02ba47fa112005c8bf40c49d2887 (patch)
tree7a412c5cd790c971c8a8e591edd2167324897bed /databases/gqlplus
parent- Fix build on 4.x (diff)
- update to 1.10
PR: 84431 Submitted by: Andrej Zverev <az@inec.ru>
Notes
Notes: svn path=/head/; revision=140669
Diffstat (limited to 'databases/gqlplus')
-rw-r--r--databases/gqlplus/Makefile21
-rw-r--r--databases/gqlplus/distinfo4
2 files changed, 18 insertions, 7 deletions
diff --git a/databases/gqlplus/Makefile b/databases/gqlplus/Makefile
index 12dbcbc8e9d8..618e4ae256ab 100644
--- a/databases/gqlplus/Makefile
+++ b/databases/gqlplus/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gqlplus
-PORTVERSION= 1.9
+PORTVERSION= 1.10
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -14,12 +14,23 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= leeym@FreeBSD.org
COMMENT= SQL*PLUS with commandline editing, history, and name completion
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}a
-MAKEFILE= makefile
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+PORTDOCS= README
PLIST_FILES= bin/gqlplus
USE_GMAKE= yes
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 400010
+LIB_DEPENDS+= ncurses:${PORTSDIR}/devel/ncurses
+.endif
+
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${OPSYS}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/databases/gqlplus/distinfo b/databases/gqlplus/distinfo
index 448649bb1c06..87c46a74ccf8 100644
--- a/databases/gqlplus/distinfo
+++ b/databases/gqlplus/distinfo
@@ -1,2 +1,2 @@
-MD5 (gqlplus-1.9.tar.gz) = 8198a1c830b8a319dec0e17a7dc861dc
-SIZE (gqlplus-1.9.tar.gz) = 1919087
+MD5 (gqlplus-1.10.tar.gz) = 14eecc3e20001c15a2722f08df1d1d4f
+SIZE (gqlplus-1.10.tar.gz) = 1908840