1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/dns/crossip/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

36 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= 3
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>