pkgsrc/x11/xscreensaver/Makefile

37 lines
796 B
Makefile
Raw Normal View History

2000-02-01 18:45:29 +01:00
# $NetBSD: Makefile,v 1.40 2000/02/01 17:45:29 frueauf Exp $
#
DISTNAME= xscreensaver-3.23
CATEGORIES= x11
1998-10-05 14:33:43 +02:00
MASTER_SITES= http://www.jwz.org/xscreensaver/
2000-02-01 18:45:29 +01:00
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.jwz.org/xscreensaver/
1999-08-29 11:05:49 +02:00
DEPENDS+= xpm-3.4k:../../graphics/xpm
DEPENDS+= Mesa-*:../../graphics/Mesa
DEPENDS+= gtk+-1.2.*:../../x11/gtk
GNU_CONFIGURE= yes
1998-07-26 22:24:16 +02:00
CONFIGURE_ARGS+=--without-shadow --with-zippy=/usr/games/fortune \
--enable-subdir=${PREFIX}/libexec/xscreensaver
1998-10-05 14:33:43 +02:00
CONFIGURE_ENV+= INSTALL=/usr/bin/install
USE_X11BASE= yes
USE_MOTIF= yes
1999-07-02 17:23:12 +02:00
USE_PERL5= yes
USE_XAW= yes
.include "../../mk/bsd.prefs.mk"
XAW_TYPE?= 3d
.if (${OPSYS} == "NetBSD")
.if defined(KERBEROS)
CFLAGS+= -I/usr/include/kerberosIV
CONFIGURE_ARGS+=--with-kerberos=yes
.endif
.endif
.include "../../mk/bsd.pkg.mk"