diff options
author | imura <imura@FreeBSD.org> | 1999-12-10 09:21:47 +0800 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 1999-12-10 09:21:47 +0800 |
commit | 8a5f81c9647b8f8dd68f39879bc9afe5025a4733 (patch) | |
tree | ac0dc87902ce556236b20cc24962b6eb8736086e /sysutils/ipsc/Makefile | |
parent | 3a151fe11ca4f30eff89d95be4a76cd72fc598cf (diff) | |
download | freebsd-ports-gnome-8a5f81c9647b8f8dd68f39879bc9afe5025a4733.tar.gz freebsd-ports-gnome-8a5f81c9647b8f8dd68f39879bc9afe5025a4733.tar.zst freebsd-ports-gnome-8a5f81c9647b8f8dd68f39879bc9afe5025a4733.zip |
Update to version 0.4.0
GUI version is now GNOMEified.
PR: 14940
Submitted by: Maintainer
Diffstat (limited to 'sysutils/ipsc/Makefile')
-rw-r--r-- | sysutils/ipsc/Makefile | 19 |
1 files changed, 10 insertions, 9 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 |