pkgsrc/x11/xscreensaver/Makefile
drochner b7766b3c7d update to 5.10
changes:
-bugfixes
-Ported to MacOS 10.6, including various 64-bit fixes
-Merged juggle and juggler3d hacks
-New hack, surfaces, incorporating objects from old klein hack, plus
 new ones
-New hack, rubikblocks
-Retired hypercube and hyperball, which are redundant with polytopes
-updates to various hacks
2010-02-11 18:16:21 +00:00

38 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.88 2010/02/11 18:16:21 drochner Exp $
COMMENT= Screen saver and locker for the X window system
CONFLICTS+= xscreensaver-gnome<4.14
PKG_DESTDIR_SUPPORT= user-destdir
.include "Makefile.common"
CONFIGURE_ARGS+= --without-gtk
CONFIGURE_ARGS+= --with-xml=${BUILDLINK_PREFIX.libxml2}
CONFIGURE_ARGS+= --with-configdir=${PREFIX}/libexec/xscreensaver/config
EGDIR= ${PREFIX}/share/examples/xscreensaver
MESSAGE_SUBST+= EGDIR=${EGDIR:Q}
.include "options.mk"
.include "../../textproc/libxml2/buildlink3.mk"
# Remove useless locale files that have no translations in them.
post-extract:
cd ${WRKSRC}/po && ${RM} -f ca.po pt_BR.po
INSTALLATION_DIRS= ${EGDIR}/pam.d
post-install:
${INSTALL_DATA} ${FILESDIR}/pam-xscreensaver-NetBSD \
${DESTDIR}${EGDIR}/pam.d/xscreensaver-NetBSD
.include "../../x11/libXScrnSaver/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXinerama/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/libXxf86misc/buildlink3.mk"
.include "../../x11/libXxf86vm/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"