diff options
author | leeym <leeym@FreeBSD.org> | 2005-08-01 22:49:43 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-08-01 22:49:43 +0800 |
commit | d35a5774580b6abcd06801071533c6ee49916b2e (patch) | |
tree | 4589fc1f4e1431c93d1beb5704723cc7993987e4 /databases | |
parent | e8c511790e0936b7a85c8c2584588dfb1715d6c2 (diff) | |
download | freebsd-ports-gnome-d35a5774580b6abcd06801071533c6ee49916b2e.tar.gz freebsd-ports-gnome-d35a5774580b6abcd06801071533c6ee49916b2e.tar.zst freebsd-ports-gnome-d35a5774580b6abcd06801071533c6ee49916b2e.zip |
- update to 1.10
PR: 84431
Submitted by: Andrej Zverev <az@inec.ru>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gqlplus/Makefile | 21 | ||||
-rw-r--r-- | databases/gqlplus/distinfo | 4 |
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 |