summaryrefslogtreecommitdiff
path: root/sysutils/ipsc
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2011-01-04 03:32:21 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2011-01-04 03:32:21 +0000
commit00f2c843c5ab24d5ee626dfdc311955cf8068fe6 (patch)
treea5f5daa14394a2cf7e8511972fcc0920adfa9ea7 /sysutils/ipsc
parentAdd option to enable locking using user's password. (diff)
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/Makefile17
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>