pkgsrc/x11/xscreensaver/Makefile
tsarna 6bd0d65c65 The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
	  the home page of the software if it has one.
	- The value of HOMEPAGE is used to add a link from the
	  README.html files.
	- pkglint updated to know about it.  The "correct" location for
	  HOMEPAGE in the Makefile is after MAINTAINER, in that same
	  section.
1998-08-20 15:16:34 +00:00

24 lines
600 B
Makefile

# $NetBSD: Makefile,v 1.7 1998/08/20 15:17:40 tsarna Exp $
#
DISTNAME= xscreensaver-2.26
CATEGORIES= x11
MASTER_SITES= http://people.netscape.com/jwz/xscreensaver/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.jwz.org/xscreensaver/
DEPENDS+= xpm-3.4k:../../graphics/xpm
DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d
DEPENDS+= Mesa-2.6:../../graphics/Mesa
CONFLICTS= xscreensaver-2.23 xscreensaver-2.24
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--without-shadow --with-zippy=/usr/games/fortune \
--enable-subdir=${PREFIX}/libexec/xscreensaver
USE_X11= yes
USE_MOTIF= yes
.include "../../mk/bsd.pkg.mk"