diff options
author | mezz <mezz@FreeBSD.org> | 2011-01-04 11:32:21 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2011-01-04 11:32:21 +0800 |
commit | 1409218a5eab2eb07e7c9291a308a1065ad3f192 (patch) | |
tree | 49cd6f5d979285c0faf13dd0abf321a704e2b878 /sysutils/ipsc | |
parent | 9e045efe47738db7983cb0197a8bf00620212141 (diff) | |
download | freebsd-ports-gnome-1409218a5eab2eb07e7c9291a308a1065ad3f192.tar.gz freebsd-ports-gnome-1409218a5eab2eb07e7c9291a308a1065ad3f192.tar.zst freebsd-ports-gnome-1409218a5eab2eb07e7c9291a308a1065ad3f192.zip |
The x11/libcapplet has been broken for over a year (will be two in June 2011)
and no one has any of interest to fix it. It's an ancient software and
is part of GNOME 1. It's time for us to get rid of some of GNOME 1 stuff as
the GNOME 3 is coming sometimes in 2011. Any ports that required libcappet
are removed and ports that have optional aren't remove.
PR: ports/153355
Discussed with: My team, FreeBSD GNOME Team
Tested by: pointyhat-exp (thanks pav!)
Diffstat (limited to 'sysutils/ipsc')
-rw-r--r-- | sysutils/ipsc/Makefile | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/sysutils/ipsc/Makefile b/sysutils/ipsc/Makefile index 3687ec4b1b65..9ead222b2d35 100644 --- a/sysutils/ipsc/Makefile +++ b/sysutils/ipsc/Makefile @@ -7,8 +7,8 @@ PORTNAME= ipsc PORTVERSION= 0.4.2 -PORTREVISION= 2 -CATEGORIES= sysutils gnome +PORTREVISION= 3 +CATEGORIES= sysutils MASTER_SITES= http://www.alaskaparadise.com/freebsd/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -19,19 +19,11 @@ BUILD_DEPENDS= ${PRIPS_WRKSRC}/prips.o:${.CURDIR}/../prips:build WRKSRC= ${WRKDIR}/ipsc/src -WANT_GNOME= yes +ALL_TARGET= ipsc PLIST_FILES= bin/ipsc MAN8= ipsc.8 -.if defined(HAVE_GNOME) -USE_GNOME= gnomeprefix gnomehack gtkhtml -ALL_TARGET= all -PLIST_FILES+= bin/gipsc -.else -ALL_TARGET= ipsc -.endif - PRIPS_WRKSRC!= cd ${.CURDIR}/../prips && ${MAKE} -V WRKSRC post-extract: @@ -39,9 +31,6 @@ post-extract: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ipsc ${PREFIX}/bin -.if defined(HAVE_GNOME) - ${INSTALL_PROGRAM} ${WRKSRC}/gipsc ${PREFIX}/bin -.endif ${INSTALL_MAN} ${FILESDIR}/ipsc.8 ${MANPREFIX}/man/man8 .include <bsd.port.mk> |