blob: acd22f8a3a3b98aa3ea27d59fee78927ad3b5f60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.49 2002/08/25 21:52:53 jlam Exp $
#
COMMENT= Screen saver and locker for the X window system
CONFLICTS+= xscreensaver-gnome-[0-9]*
USE_BUILDLINK2= yes
.include "../../x11/xscreensaver/Makefile.common"
CONFIGURE_ARGS+= --without-gnome
CONFIGURE_ARGS+= --with-configdir=${PREFIX}/libexec/xscreensaver/config
.include "../../mk/bsd.pkg.mk"
|