mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Set this port up as a master port.
This commit is contained in:
parent
c053ffc854
commit
57c9383d29
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142666
@ -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 \
|
||||
|
11
x11/xscreensaver-gnome/files/extra-patch-nodriver
Normal file
11
x11/xscreensaver-gnome/files/extra-patch-nodriver
Normal file
@ -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 \
|
Loading…
Reference in New Issue
Block a user