freebsd-ports/net-mgmt/ipplan/Makefile
Edwin Groothuis 68b958eb51 New port: net-mgmt/ipplan (4.0.2)
New port: net-mgmt/ipplan
	Version: 4.0.2
	Description: IP address management and tracking

PR:		ports/74621
Submitted by:	Maxim Tuliuk <mt@zoo.top.net.ua>
2004-12-22 05:32:51 +00:00

34 lines
767 B
Makefile

# Ports collection makefile for: ipplan
# Date created: 26 Nov 2004
# Whom: Maxim Tuliuk <mt@primats.org.ua>
#
# $FreeBSD$
#
PORTNAME= ipplan
PORTVERSION= 4.0.2
CATEGORIES= net-mgmt
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= iptrack
DISTNAME= ${PORTNAME}-4.02
MAINTAINER= mt@primats.org.ua
COMMENT= IP address management and tracking
USE_PHP= gettext
USE_MYSQL= yes
USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
IPPLANDIR?= share/${PORTNAME}
PLIST_SUB= IPPLANDIR=${IPPLANDIR}
NO_BUILD= yes
do-install:
@${MKDIR} ${PREFIX}/${IPPLANDIR}
@${CP} -R ${WRKSRC}/* ${PREFIX}/${IPPLANDIR}
@${FIND} ${PREFIX}/${IPPLANDIR} -name '*.orig' -delete
@${SED} -e 's|%IPPLANDIR%|${PREFIX}/${IPPLANDIR}|g' ${PKGMESSAGE}
.include <bsd.port.mk>