From a6888a2a213b49d671bf658e58428d9a1d342f66 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 24 Mar 2008 05:30:51 +0000 Subject: Remove these ports now that they have been merged into the FreeBSD ports tree. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10818 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gnome-screensaver/Makefile | 70 ------------------------------------------ 1 file changed, 70 deletions(-) delete mode 100644 x11/gnome-screensaver/Makefile (limited to 'x11/gnome-screensaver/Makefile') diff --git a/x11/gnome-screensaver/Makefile b/x11/gnome-screensaver/Makefile deleted file mode 100644 index ffaef5155..000000000 --- a/x11/gnome-screensaver/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: gnome-screensaver -# Date created: 09 June 2005 -# Whom: Joe Marcus Clarke -# -# $FreeBSD$ -# $MCom: ports/x11/gnome-screensaver/Makefile,v 1.82 2008/01/31 04:41:19 mezz Exp $ -# - -PORTNAME= gnome-screensaver -PORTVERSION= 2.22.0 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME screen saver and locker - -LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify -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 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" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gnome-screensaver.schemas -MAN1= gnome-screensaver-command.1 gnome-screensaver-preferences.1 \ - gnome-screensaver.1 - - -PLIST= ${WRKDIR}/pkg-plist - -XSCREENSAVER_DIR= ${LOCALBASE}/share/xscreensaver/config -SCREENSAVER_DIR= share/applications/screensavers - -XSCREENSAVER_EXCLUDE= "(popsquares.xml)" - -OPTIONS= PAM "Pluggable Authentication Module support" off - -.include - -.if !defined(WITH_PAM) -CONFIGURE_ARGS+= --disable-pam -.endif - -pre-install: - @${CAT} ${.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 -- cgit v1.2.3