diff options
| author | Steve Price <steve@FreeBSD.org> | 1999-12-29 09:16:05 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 1999-12-29 09:16:05 +0000 |
| commit | eac5ec733c1f7582175aaa4ff5ae639a180cdfe3 (patch) | |
| tree | 67d2d2c9eb790abdfccfdc7991e3422f08c7b3e5 /java/jdbcpool/Makefile | |
| parent | 0ae84877da3dd4cf691110e7da237202f013ea4c (diff) | |
Notes
Diffstat (limited to 'java/jdbcpool/Makefile')
| -rw-r--r-- | java/jdbcpool/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/java/jdbcpool/Makefile b/java/jdbcpool/Makefile new file mode 100644 index 000000000000..7366623ba970 --- /dev/null +++ b/java/jdbcpool/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: JDBC connection pool +# Version required: 0.94 +# Date created: 1999/07/04 +# Whom: Jose Marques +# +# $FreeBSD$ +# + +DISTNAME= jdbcpool-0.94 +CATEGORIES= java +MASTER_SITES= http://www.bitmechanic.com/projects/jdbcpool/dist/ + +MAINTAINER= noway@nohow.demon.co.uk + +RUN_DEPENDS= ${PREFIX}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk + +JDK_VERSION= 1.1.8 +NO_BUILD= yes + +do-install: + @${MKDIR} ${PREFIX}/share/java/classes ${PREFIX}/share/java/jdbcpool + @${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar ${PREFIX}/share/java/classes/jdbcpool.jar + @cd ${WRKSRC}; \ + ${RM} -rf CVS; \ + ${RM} -rf examples/CVS; \ + ${RM} -rf examples/gsp/CVS; \ + ${CP} CHANGES ${PREFIX}/share/java/jdbcpool; \ + ${CP} LICENSE ${PREFIX}/share/java/jdbcpool; \ + ${CP} README ${PREFIX}/share/java/jdbcpool; \ + ${CP} -R examples ${PREFIX}/share/java/jdbcpool; \ + ${CP} -R javadoc ${PREFIX}/share/java/jdbcpool + +.include <bsd.port.mk> |
