freebsd-ports/dns/crossip/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

35 lines
779 B
Makefile

# New ports collection makefile for: CrossIP
# Date created: Mon Feb 9 20:27:00 CST 2004
# Whom: Dan Smith <dan@algenta.com>
#
# $FreeBSD$
#
PORTNAME= crossip
DISTVERSION= 1.2
PORTREVISION= 4
CATEGORIES= dns java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:L}
MAINTAINER= dan@algenta.com
COMMENT= Java DNS update client for the ThatIP protocol
USE_JAVA= yes
JAVA_VERSION= 1.2+
USE_ZIP= yes
NO_BUILD= yes
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
SUB_FILES= crossip.sh
do-install:
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/LICENSE.txt ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/README.txt ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/lib/CrossIP.jar ${DATADIR}
@${INSTALL_SCRIPT} ${WRKDIR}/crossip.sh ${PREFIX}/bin/crossip
.include <bsd.port.mk>