1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/ftp/jftp/Makefile
Sahil Tandon d97698f2a4 - Update to 1.52
- Add LICENSE
- Quiet do-install target
- Take maintainership

Approved by:	wxs@/itetcu@ (mentors, implicit)
Feature safe:	yes
2010-07-05 20:47:48 +00:00

37 lines
748 B
Makefile

# ex:ts=8
# Ports collection makefile for: jftp
# Date created: June 14, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= jftp
PORTVERSION= 1.52
CATEGORIES= ftp java
MASTER_SITES= SF/j-ftp/${PORTNAME}/${PORTVERSION}
DISTNAME= j-ftp-${PORTVERSION}
MAINTAINER= sahil@FreeBSD.org
COMMENT= Java Network Browser
LICENSE= GPLv2
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
WRKSRC= ${WRKDIR}/j-ftp
USE_JAVA= yes
JAVA_VERSION= 1.3+
NO_BUILD= yes
SUB_FILES= jftp.sh
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
PLIST_FILES= bin/jftp %%DATADIR%%/jftp.jar
PLIST_DIRS= %%DATADIR%%
do-install:
@${INSTALL_SCRIPT} ${WRKDIR}/jftp.sh ${PREFIX}/bin/jftp
@${MKDIR} ${DATADIR}
@${INSTALL_DATA} ${WRKSRC}/build/jars/jftp.jar ${DATADIR}
.include <bsd.port.mk>