20 lines
569 B
Makefile
20 lines
569 B
Makefile
# $NetBSD: Makefile,v 1.81 2006/10/15 11:44:20 markd Exp $
|
|
|
|
COMMENT= Screen saver and locker for the X window system
|
|
|
|
CONFLICTS+= xscreensaver-gnome<4.14
|
|
|
|
.include "Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --without-gtk
|
|
CONFIGURE_ARGS+= --with-xml=${BUILDLINK_PREFIX.libxml2}
|
|
CONFIGURE_ARGS+= --with-configdir=${PREFIX}/libexec/xscreensaver/config
|
|
|
|
.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
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|