blob: 71e959e84e58905a5b95e9a6777679c67301d7f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.2 1998/07/04 05:53:33 mycroft Exp $
#
DISTNAME= xscreensaver-2.23
CATEGORIES= x11
MASTER_SITES= http://people.netscape.com/jwz/xscreensaver/
MAINTAINER= packages@netbsd.org
DEPENDS+= xpm-3.4j:../../graphics/xpm
DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d
DEPENDS+= Mesa-2.6:../../graphics/Mesa
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--without-shadow --with-zippy=/usr/games/fortune
USE_X11= yes
USE_MOTIF= yes
.include "../../mk/bsd.pkg.mk"
|