summaryrefslogtreecommitdiff
path: root/java/netcomponents/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/netcomponents/Makefile')
-rw-r--r--java/netcomponents/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/java/netcomponents/Makefile b/java/netcomponents/Makefile
new file mode 100644
index 000000000000..63be598755f1
--- /dev/null
+++ b/java/netcomponents/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: NetComponents
+# Date created: November 9, 2002
+# Whom: Ernst de Haan <znerd@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= netcomponents
+PORTVERSION= 1.3.8
+CATEGORIES= java net
+MASTER_SITES= http://www.savarese.org/oro/downloads/download/
+DISTNAME= NetComponents-${PORTVERSION}
+
+MAINTAINER= znerd@FreeBSD.org
+
+USE_JAVA= 1.1+
+USE_ZIP= yes
+WRKSRC= ${WRKDIR}/NetComponents-1.3.8a
+NO_BUILD= yes
+
+JAVASHAREDIR= ${PREFIX}/share/java
+JARDIR= ${JAVASHAREDIR}/classes
+JARFILE= NetComponents.jar
+
+do-install:
+ @${ECHO} -n ">> Installing JAR as ${JARDIR}/${JARFILE}..."
+ @${CP} ${WRKSRC}/${JARFILE} ${JARDIR}/
+ @${ECHO} " [ DONE ]"
+
+ @${ECHO} -n ">> Fixing permissions..."
+ @${CHMOD} 644 ${JARDIR}/${JARFILE}
+ @${ECHO} " [ DONE ]"
+
+.include <bsd.port.mk>