summaryrefslogtreecommitdiffstats
path: root/x11/gnome-screensaver/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-19 13:35:06 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-03-19 13:35:06 +0800
commit716e853082f85512d878931d3c2903f4a669c7e8 (patch)
tree3a24d58f313f014bb8f3aca107a85ec50d2fb1df /x11/gnome-screensaver/Makefile
parentea6bb0f0996a0cf559b13cfa9aef24e8199d6a23 (diff)
downloadmarcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.gz
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.bz2
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.lz
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.xz
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.tar.zst
marcuscom-ports-716e853082f85512d878931d3c2903f4a669c7e8.zip
Remove these ports now that they have been committed to FreeBSD.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8576 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-screensaver/Makefile')
-rw-r--r--x11/gnome-screensaver/Makefile67
1 files changed, 0 insertions, 67 deletions
diff --git a/x11/gnome-screensaver/Makefile b/x11/gnome-screensaver/Makefile
deleted file mode 100644
index ef6339865..000000000
--- a/x11/gnome-screensaver/Makefile
+++ /dev/null
@@ -1,67 +0,0 @@
-# New ports collection makefile for: gnome-screensaver
-# Date created: 09 June 2005
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/x11/gnome-screensaver/Makefile,v 1.70 2007/02/27 21:10:12 marcus Exp $
-#
-
-PORTNAME= gnome-screensaver
-PORTVERSION= 2.18.0
-CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME screen saver and locker
-
-RUN_DEPENDS= xscreensaver-gl-helper:${PORTSDIR}/x11/xscreensaver-gnome-hacks
-
-USE_BZIP2= yes
-USE_XLIB= yes
-USE_GMAKE= yes
-USE_GETTEXT= yes
-GNU_CONFIGURE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomemenus \
- libgnomekbd
-CONFIGURE_ARGS= --with-gdm-config=${LOCALBASE}/etc/gdm/custom.conf \
- --with-xscreensaverdir=${XSCREENSAVER_DIR} \
- --with-xscreensaverhackdir=${LOCALBASE}/bin/xscreensaver-hacks
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-GCONF_SCHEMAS= gnome-screensaver.schemas
-
-PLIST= ${WRKDIR}/pkg-plist
-
-XSCREENSAVER_DIR= ${LOCALBASE}/share/xscreensaver/config
-SCREENSAVER_DIR= share/gnome/applications/screensavers
-
-XSCREENSAVER_EXCLUDE= "(popsquares.xml)"
-
-OPTIONS= PAM "Pluggable Authentication Module support" off
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITH_PAM)
-CONFIGURE_ARGS+= --disable-pam
-.endif
-
-pre-install:
- @${CP} ${.CURDIR}/pkg-plist ${PLIST}
- @cd ${XSCREENSAVER_DIR} && ${FIND} -s * -maxdepth 1 -type f -name "*.xml" | \
- ${GREP} -Ev ${XSCREENSAVER_EXCLUDE} | \
- ${SED} -e 's:^:${SCREENSAVER_DIR}/:' | \
- ${SED} -e 's:[.]xml$$:.desktop:' >> ${PLIST}
- @${ECHO_CMD} @dirrm ${SCREENSAVER_DIR} >> ${PLIST}
-
-post-install:
- ${CHOWN} root ${PREFIX}/libexec/gnome-screensaver-dialog
- ${CHMOD} +s ${PREFIX}/libexec/gnome-screensaver-dialog
- ${MKDIR} ${PREFIX}/${SCREENSAVER_DIR}
- cd ${PREFIX}/${SCREENSAVER_DIR} && \
- ${FIND} -s ${XSCREENSAVER_DIR} -maxdepth 1 -type f -name "*.xml" | \
- ${GREP} -Ev ${XSCREENSAVER_EXCLUDE} | \
- ${XARGS} ${WRKSRC}/data/migrate-xscreensaver-config.sh
-
-.include <bsd.port.post.mk>