diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-05-31 16:57:53 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-05-31 16:57:53 +0000 |
commit | 81add6f9a2dd0e077a25822e45c75f9193a42f0b (patch) | |
tree | f267bcd70f445785e10b6317d74a9718d029b158 /x11/xscreensaver/Makefile | |
parent | Use FreeBSD-ELF shared objects for the new supported codecs. (diff) |
Upgrade to xscreensaver-3.12
Diffstat (limited to 'x11/xscreensaver/Makefile')
-rw-r--r-- | x11/xscreensaver/Makefile | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index df859c4d9b52..7cf206b4a24e 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xscreensaver -# Version required: 3.08 +# Version required: 3.12 # Date created: 10 July 1995 # Whom: dom@myrddin.demon.co.uk # -# $Id: Makefile,v 1.18 1998/12/10 12:17:10 jseger Exp $ +# $Id: Makefile,v 1.19 1999/04/04 01:32:57 jseger Exp $ # -DISTNAME= xscreensaver-3.08 +DISTNAME= xscreensaver-3.12 CATEGORIES= x11 MASTER_SITES= http://www.jwz.org/xscreensaver/ @@ -15,19 +15,19 @@ MAINTAINER= jseger@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm GNU_CONFIGURE= yes +CONFIGURE_ARGS= --without-pam USE_X_PREFIX= yes - -MAN1= attraction.1 blitspin.1 bouboule.1 braid.1 bsod.1 \ - bubbles.1 decayscreen.1 deco.1 drift.1 epicycle.1 \ - flag.1 flame.1 forest.1 galaxy.1 goop.1 grav.1 \ - greynetic.1 halo.1 helix.1 hopalong.1 hypercube.1 \ - ifs.1 imsmap.1 jigsaw.1 julia.1 kaleidescope.1 \ - lament.1 laser.1 lightning.1 lisa.1 lmorph.1 maze.1 \ - moire.1 munch.1 noseguy.1 pedal.1 penrose.1 pyro.1 \ - qix.1 rd-bomb.1 rocks.1 rorschach.1 sierpinski.1 \ - slidescreen.1 slip.1 sonar.1 sphere.1 spiral.1 \ - starfish.1 strange.1 swirl.1 t3d.1 vines.1 xjack.1 xlyap.1 \ - xroger.1 xscreensaver-command.1 xscreensaver-demo.1 \ - xscreensaver.1 +MAN1= attraction.1 blitspin.1 bouboule.1 braid.1 \ + bsod.1 bubbles.1 critical.1 decayscreen.1 \ + deco.1 drift.1 epicycle.1 flag.1 flame.1 \ + forest.1 galaxy.1 goop.1 grav.1 greynetic.1 \ + halo.1 helix.1 hopalong.1 hypercube.1 ifs.1 \ + imsmap.1 jigsaw.1 julia.1 kaleidescope.1 laser.1 \ + lightning.1 lisa.1 lmorph.1 maze.1 moire.1 munch.1 noseguy.1 \ + pedal.1 penrose.1 pyro.1 qix.1 rd-bomb.1 rocks.1 rorschach.1 \ + sierpinski.1 slidescreen.1 slip.1 sonar.1 sphere.1 spiral.1 \ + spotlight.1 squiral.1 starfish.1 strange.1 swirl.1 \ + t3d.1 vines.1 xjack.1 xlyap.1 xroger.1 xscreensaver-command.1 \ + xscreensaver-demo.1 xscreensaver.1 .include <bsd.port.mk> |