1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/net/ipcheck/Makefile
Mario Sergio Fujikawa Ferreira c6caf151c1 Update to 0.153
PR:		35746
Submitted by:	The Anarcat <anarcat@anarcat.dyndns.org>
2002-03-11 20:06:36 +00:00

32 lines
676 B
Makefile

# New ports collection makefile for: ipcheck
# Date created: 24 Mar 2001
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ipcheck
PORTVERSION= 0.153
PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= http://ipcheck.sourceforge.net/releases/
DISTNAME= ${PORTNAME}.${PORTVERSION:S/^0.//}
EXTRACT_SUFX=
EXTRACT_ONLY=
MAINTAINER= lioux@FreeBSD.org
USE_PYTHON= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
do-patch:
@${SED} -e "s!/usr/bin/python!${LOCALBASE}/bin/python!" \
-e "s!ppp0!tun0!" \
${DISTDIR}/${DISTNAME} > ${WRKDIR}/${DISTNAME}
do-install:
@${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}.py
.include <bsd.port.mk>