aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-09-14 11:22:57 +0800
committermarcus <marcus@FreeBSD.org>2005-09-14 11:22:57 +0800
commitf58c034bb815b494d0ec1684d005ed1657c5b8a3 (patch)
tree296c71d2169408b461bd3c19765048b9917db27e /x11
parent3eb23eca4918d393431775ea0243bb327a8855f9 (diff)
downloadfreebsd-ports-gnome-f58c034bb815b494d0ec1684d005ed1657c5b8a3.tar.gz
freebsd-ports-gnome-f58c034bb815b494d0ec1684d005ed1657c5b8a3.tar.zst
freebsd-ports-gnome-f58c034bb815b494d0ec1684d005ed1657c5b8a3.zip
Set this port up as a master port.
Diffstat (limited to 'x11')
-rw-r--r--x11/xscreensaver-gnome/Makefile9
-rw-r--r--x11/xscreensaver-gnome/files/extra-patch-nodriver11
2 files changed, 16 insertions, 4 deletions
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 \