1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/ipcheck/Makefile
Mario Sergio Fujikawa Ferreira 6c83717c9c Add versioning information to the distfile. :)
PR:		26138
Submitted by:	The Anarcat <anarcat@tao.ca>
2001-04-10 21:33:42 +00:00

31 lines
656 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.93
CATEGORIES= net
MASTER_SITES= http://ipcheck.sourceforge.net/releases/
DISTNAME= ${PORTNAME}.${PORTVERSION:E}
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>