1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/sysutils/ipsc/Makefile
Cy Schubert 679fab3686 Missing distfile located.
Update from 0.4.2 to 0.4.3.

Assume maintainership of this orphan.
2011-10-28 21:32:17 +00:00

36 lines
794 B
Makefile

# New ports collection makefile for: ipsc
# Date created: 31 October 1999
# Whom: Jeremy Shaffner <jeremy@external.org>
#
# $FreeBSD$
#
PORTNAME= ipsc
PORTVERSION= 0.4.3
CATEGORIES= sysutils
MASTER_SITES= http://archive.debian.org/debian/pool/main/i/ipsc/
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= cy@FreeBSD.org
COMMENT= An IP Subnet Calculator
BUILD_DEPENDS= ${PRIPS_WRKSRC}/prips.o:${.CURDIR}/../prips:build
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
ALL_TARGET= ipsc
PLIST_FILES= bin/ipsc
MAN8= ipsc.8
PRIPS_WRKSRC!= cd ${.CURDIR}/../prips && ${MAKE} -V WRKSRC
post-extract:
${LN} -s ${PRIPS_WRKSRC} ${WRKDIR}/prips
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ipsc ${PREFIX}/bin
${INSTALL_MAN} ${FILESDIR}/ipsc.8 ${MANPREFIX}/man/man8
.include <bsd.port.mk>