diff options
author | R. Imura <imura@FreeBSD.org> | 1999-12-10 01:21:47 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 1999-12-10 01:21:47 +0000 |
commit | 04dd7ad04b063bd1971ab47676823857d6e36b48 (patch) | |
tree | 89f5558bc304150a5342a7260eea17ec7581ea70 /sysutils/ipsc | |
parent | 98ec8a6319c9af90045020b04408c6a787c6a64b (diff) | |
download | ports-04dd7ad04b063bd1971ab47676823857d6e36b48.tar.gz ports-04dd7ad04b063bd1971ab47676823857d6e36b48.zip |
Notes
Diffstat (limited to 'sysutils/ipsc')
-rw-r--r-- | sysutils/ipsc/Makefile | 19 | ||||
-rw-r--r-- | sysutils/ipsc/distinfo | 2 |
2 files changed, 11 insertions, 10 deletions
diff --git a/sysutils/ipsc/Makefile b/sysutils/ipsc/Makefile index 14146f8f1958..38aed796b7e8 100644 --- a/sysutils/ipsc/Makefile +++ b/sysutils/ipsc/Makefile @@ -1,27 +1,28 @@ # New ports collection makefile for: ipsc -# Version required: 0.3.2 +# Version required: 0.4.0 # 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 +DISTNAME= ipsc-0.4.0-src +PKGNAME= ipsc-0.4.0 +CATEGORIES= sysutils gnome 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 +.if defined(USE_GNOME) +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + gnome.3:${PORTSDIR}/x11/gnomelibs .endif WRKSRC= ${WRKDIR}/ipsc -.if defined(USE_GTK) -PLIST= ${PKGDIR}/PLIST.gtk +.if defined(USE_GNOME) +PLIST= ${PKGDIR}/PLIST.gnome ALL_TARGET= all .else ALL_TARGET= ipsc @@ -33,7 +34,7 @@ pre-build: do-install: @${INSTALL_PROGRAM} ${WRKSRC}/ipsc ${PREFIX}/bin -.if defined(USE_GTK) +.if defined(USE_GNOME) @${INSTALL_PROGRAM} ${WRKSRC}/gipsc ${PREFIX}/bin .endif diff --git a/sysutils/ipsc/distinfo b/sysutils/ipsc/distinfo index cc791581973a..e588cd45bc8a 100644 --- a/sysutils/ipsc/distinfo +++ b/sysutils/ipsc/distinfo @@ -1 +1 @@ -MD5 (ipsc-0.3.2-src.tar.gz) = 3dc35a4baa461cb4fe5164e798419e90 +MD5 (ipsc-0.4.0-src.tar.gz) = e61eba8fac27dfb72d75ce55c78b1d50 |