mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
679fab3686
Update from 0.4.2 to 0.4.3. Assume maintainership of this orphan.
36 lines
794 B
Makefile
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>
|