summaryrefslogtreecommitdiff
path: root/ftp/jftp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/jftp/Makefile')
-rw-r--r--ftp/jftp/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/ftp/jftp/Makefile b/ftp/jftp/Makefile
new file mode 100644
index 000000000000..515a56ff7a5b
--- /dev/null
+++ b/ftp/jftp/Makefile
@@ -0,0 +1,30 @@
+# ex:ts=8
+# Ports collection makefile for: jftp
+# Date created: June 14, 2003
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= jftp
+PORTVERSION= 1.30
+CATEGORIES= ftp
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= j-ftp
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Java Network Browser
+
+WRKSRC= ${WRKDIR}/j-ftp
+USE_JAVA= 1.3+
+NO_BUILD= yes
+
+post-patch:
+ @${SED} 's,%%DATADIR%%,${DATADIR},' ${FILESDIR}/jftp > ${WRKSRC}/jftp
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/jftp ${PREFIX}/bin
+ @${MKDIR} ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/build/jars/jftp.jar ${DATADIR}
+
+.include <bsd.port.mk>