diff options
author | Jim Mock <jim@FreeBSD.org> | 1999-11-03 00:58:26 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 1999-11-03 00:58:26 +0000 |
commit | bfcfc8596b00bac7bff3a9246ffe416d25ebefce (patch) | |
tree | 29c7472ae949772b8dc3977a54158449a92480c3 /sysutils/ipsc | |
parent | ac68dcbad5a8281d4137ce29143b7c99095c869d (diff) | |
download | ports-bfcfc8596b00bac7bff3a9246ffe416d25ebefce.tar.gz ports-bfcfc8596b00bac7bff3a9246ffe416d25ebefce.zip |
Notes
Diffstat (limited to 'sysutils/ipsc')
-rw-r--r-- | sysutils/ipsc/Makefile | 40 | ||||
-rw-r--r-- | sysutils/ipsc/distinfo | 1 | ||||
-rw-r--r-- | sysutils/ipsc/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/ipsc/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/ipsc/pkg-plist | 1 |
5 files changed, 50 insertions, 0 deletions
diff --git a/sysutils/ipsc/Makefile b/sysutils/ipsc/Makefile new file mode 100644 index 000000000000..14146f8f1958 --- /dev/null +++ b/sysutils/ipsc/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: ipsc +# Version required: 0.3.2 +# Date created: 31 October 1999 +# Whom: Jeremy Shaffner <jeremy@external.org> +# +# $FreeBSD$ +# + +DISTNAME= ipsc-0.3.2-src +PKGNAME= ipsc-0.3.2 +CATEGORIES= sysutils x11 +MASTER_SITES= http://www.interloper.net/~dan/software/dist/ipsc/ + +MAINTAINER= jeremy@external.org + +BUILD_DEPENDS= ${WRKDIRPREFIX}${PORTSDIR}/sysutils/prips/work/prips.o:${PORTSDIR}/sysutils/prips:build +.if defined(USE_GTK) +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 +.endif + +WRKSRC= ${WRKDIR}/ipsc + +.if defined(USE_GTK) +PLIST= ${PKGDIR}/PLIST.gtk +ALL_TARGET= all +.else +ALL_TARGET= ipsc +.endif + +pre-build: + @${LN} -s ${WRKDIRPREFIX}${PORTSDIR}/sysutils/prips/work/prips \ + ${WRKDIR}/prips + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/ipsc ${PREFIX}/bin +.if defined(USE_GTK) + @${INSTALL_PROGRAM} ${WRKSRC}/gipsc ${PREFIX}/bin +.endif + +.include <bsd.port.mk> diff --git a/sysutils/ipsc/distinfo b/sysutils/ipsc/distinfo new file mode 100644 index 000000000000..cc791581973a --- /dev/null +++ b/sysutils/ipsc/distinfo @@ -0,0 +1 @@ +MD5 (ipsc-0.3.2-src.tar.gz) = 3dc35a4baa461cb4fe5164e798419e90 diff --git a/sysutils/ipsc/pkg-comment b/sysutils/ipsc/pkg-comment new file mode 100644 index 000000000000..cef57a940354 --- /dev/null +++ b/sysutils/ipsc/pkg-comment @@ -0,0 +1 @@ +An IP Subnet Calculator diff --git a/sysutils/ipsc/pkg-descr b/sysutils/ipsc/pkg-descr new file mode 100644 index 000000000000..866d07a21278 --- /dev/null +++ b/sysutils/ipsc/pkg-descr @@ -0,0 +1,7 @@ +The IP Subnet Calculator is a tool that allows network administrators to +make calculations that will assist in subnetting a network. It also has a +number of other useful functions. + +WWW: http://www.interloper.net/~dan/software/software.html + +- Jeremy <jeremy@external.org> diff --git a/sysutils/ipsc/pkg-plist b/sysutils/ipsc/pkg-plist new file mode 100644 index 000000000000..c0fc224ade20 --- /dev/null +++ b/sysutils/ipsc/pkg-plist @@ -0,0 +1 @@ +bin/ipsc |