freebsd-ports/ftp/dmachine/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

39 lines
948 B
Makefile

# ex:ts=8
# Ports collection makefile for: dmachine
# Date Created: Dec 15, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= dmachine
PORTVERSION= 0.22
PORTREVISION= 2
CATEGORIES= ftp java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//}
MAINTAINER= beech@FreeBSD.org
COMMENT= A non interactive, non graphical, batch download manager
RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper
USE_JAVA= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/src
ALL_TARGET= dmachine
MAKE_ARGS= JAVAC="${JAVAC}"
SUB_FILES= dmachine.sh
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/dmachine.sh ${PREFIX}/bin/dmachine
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/*.class ${DATADIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/../README ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/../NEWS ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/../dmachine.cnf ${DOCSDIR}
.endif
.include <bsd.port.mk>