From f58c034bb815b494d0ec1684d005ed1657c5b8a3 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 14 Sep 2005 03:22:57 +0000 Subject: Set this port up as a master port. --- x11/xscreensaver-gnome/Makefile | 9 +++++---- x11/xscreensaver-gnome/files/extra-patch-nodriver | 11 +++++++++++ 2 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 x11/xscreensaver-gnome/files/extra-patch-nodriver (limited to 'x11') diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile index 5feb698c38e7..9f020f73a6cb 100644 --- a/x11/xscreensaver-gnome/Makefile +++ b/x11/xscreensaver-gnome/Makefile @@ -5,8 +5,9 @@ # $FreeBSD$ # -PORTNAME= xscreensaver-gnome +PORTNAME?= xscreensaver-gnome PORTVERSION= 4.22 +PORTREVISION?= 0 CATEGORIES= x11 gnome MASTER_SITES= http://www.jwz.org/xscreensaver/ DISTNAME= xscreensaver-${PORTVERSION} @@ -16,7 +17,7 @@ COMMENT= Save your screen while you entertain your cat (for GNOME users) LIB_DEPENDS= gle.3:${PORTSDIR}/graphics/gle -CONFLICTS= xscreensaver-[0-9]* +CONFLICTS?= xscreensaver-[0-9]* USE_X_PREFIX= yes USE_XPM= yes @@ -34,10 +35,10 @@ CONFIGURE_ARGS= --with-gl --with-gle --with-xpm --with-xml \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -OPTIONS= PAM "Pluggable Authentication Module support" off \ +OPTIONS?= PAM "Pluggable Authentication Module support" off \ ALL_FORTUNES "Enable support for all fortunes" off -MAN1= anemone.1 ant.1 apollonian.1 atlantis.1 attraction.1 blaster.1 \ +MAN1?= anemone.1 ant.1 apollonian.1 atlantis.1 attraction.1 blaster.1 \ blitspin.1 bouboule.1 boxed.1 braid.1 bsod.1 bubble3d.1 bubbles.1 \ bumps.1 cage.1 ccurve.1 circuit.1 compass.1 coral.1 critical.1 \ crystal.1 cubenetic.1 cynosure.1 dangerball.1 decayscreen.1 deco.1 \ diff --git a/x11/xscreensaver-gnome/files/extra-patch-nodriver b/x11/xscreensaver-gnome/files/extra-patch-nodriver new file mode 100644 index 000000000000..d341fc44545d --- /dev/null +++ b/x11/xscreensaver-gnome/files/extra-patch-nodriver @@ -0,0 +1,11 @@ +--- Makefile.in.orig Mon Sep 12 20:24:57 2005 ++++ Makefile.in Mon Sep 12 20:25:15 2005 +@@ -6,7 +6,7 @@ + VPATH = @srcdir@ + + SHELL = /bin/sh +-SUBDIRS = utils driver hacks hacks/glx po ++SUBDIRS = utils hacks hacks/glx + TARFILES = README README.VMS README.debugging INSTALL \ + configure configure.in Makefile.in config.h.in \ + config.h-vms install-sh setup.com config.guess aclocal.m4 \ -- cgit