summaryrefslogtreecommitdiffstats
path: root/x11/gnome-screensaver3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gnome-screensaver3/Makefile')
-rw-r--r--x11/gnome-screensaver3/Makefile53
1 files changed, 0 insertions, 53 deletions
diff --git a/x11/gnome-screensaver3/Makefile b/x11/gnome-screensaver3/Makefile
deleted file mode 100644
index 58ad020b8..000000000
--- a/x11/gnome-screensaver3/Makefile
+++ /dev/null
@@ -1,53 +0,0 @@
-# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
-# $FreeBSD$
-# $MCom: ports/trunk/x11/gnome-screensaver3/Makefile 18580 2013-06-23 08:40:31Z kwm $
-
-PORTNAME= gnome-screensaver
-PORTVERSION= 3.6.1
-CATEGORIES= x11 gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome3
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= GNOME screen saver and locker
-
-BUILD_DEPENDS= gsettings-desktop-schemas>=3.2.0:${PORTSDIR}/devel/gsettings-desktop-schemas
-LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify \
- dbus-glib-1:${PORTSDIR}/devel/dbus-glib
-RUN_DEPENDS= pam_helper:${PORTSDIR}/security/pam_helper \
- gsettings-desktop-schemas>=3.2.0:${PORTSDIR}/devel/gsettings-desktop-schemas \
- ${LOCALBASE}/lib/pam_gnome_keyring.so:${PORTSDIR}/security/gnome-keyring3
-
-CONFLICTS= gnome-screensaver-2.[0-9]*
-
-NO_STAGE= yes
-LATEST_LINK= gnome-screensaver3
-USE_XZ= yes
-USES= gettext gmake pathfix pkgconfig
-GNU_CONFIGURE= yes
-USE_XORG= x11 xext xxf86vm xxf86misc xscrnsaver
-USE_GNOME= gnomedesktop3 gnomeprefix intlhack libgnomekbd3
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ARGS= --with-pam-prefix=${PREFIX}/etc/pam.d \
- --without-systemd
-
-MAN1= gnome-screensaver-command.1 gnome-screensaver.1
-
-SUB_FILES+= gnome-screensaver.pam
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/etc/pam.d|${PREFIX}/etc/pam.d|g' \
- ${WRKSRC}/src/gs-auth-pam.c
- @${REINPLACE_CMD} -e 's|@AUTH_SCHEME@|helper|g' \
- ${WRKSRC}/src/Makefile.in
- @${ECHO} "#define PASSWD_HELPER_PROGRAM \"/usr/local/bin/pam_helper\"" \
- >> ${WRKSRC}/config.h.in
-
-post-install:
- ${CHOWN} root ${PREFIX}/libexec/gnome-screensaver-dialog
- ${CHMOD} +s ${PREFIX}/libexec/gnome-screensaver-dialog
- ${INSTALL_DATA} ${WRKDIR}/gnome-screensaver.pam \
- ${PREFIX}/etc/pam.d/gnome-screensaver
-
-.include <bsd.port.mk>