diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-13 07:13:07 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-13 07:13:07 +0000 |
commit | 5c95bacabf251382b268e1711c1ba22b3b20de4f (patch) | |
tree | 6b1bd30c5fa315ed1710ad9d68267d88805a68d9 /databases/openbase-jdbc/Makefile | |
parent | 8f1d2074a0c51aff97365473c22abc70e3ab9901 (diff) |
Notes
Diffstat (limited to 'databases/openbase-jdbc/Makefile')
-rw-r--r-- | databases/openbase-jdbc/Makefile | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/databases/openbase-jdbc/Makefile b/databases/openbase-jdbc/Makefile new file mode 100644 index 000000000000..f891110e3d6b --- /dev/null +++ b/databases/openbase-jdbc/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: openbase-jdbc +# Date created: Mon Apr 16 07:07:22 EST 2007 +# Whom: Quinton Dolan <q@onthenet.com.au> +# +# $FreeBSD$ +# + +PORTNAME= openbase +PORTVERSION= 2006.10 +CATEGORIES= databases java +MASTER_SITES+= http://web.mac.com/openbase/download/interfaces/ +PKGNAMESUFFIX= -jdbc +DISTNAME= OpenBaseJDBC_${OBVERSION} + +MAINTAINER?= q@onthenet.com.au +COMMENT= The Java JDBC implementation for OpenBase + +USE_JAVA= yes +USE_ZIP= yes +JAVA_VERSION= 1.4+ + +NO_BUILD= yes +JARFILE= OpenBaseJDBC.jar +PLIST_FILES= %%JAVAJARDIR%%/${JARFILE} + +SUB_FILES+= pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message + +OBVERSION= Oct2006 +WORK_SUBDIR= JDBC_10.09.2006 + +.include <bsd.port.pre.mk> + +do-install: + @${INSTALL_DATA} ${WRKSRC}/${WORK_SUBDIR}/${JARFILE} ${JAVAJARDIR}/${JARFILE} + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.post.mk> |