diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-07-14 01:34:52 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-07-14 01:34:52 +0000 |
commit | 2f5f2d4fd3378e317c79bc21844ba29454a62f90 (patch) | |
tree | 29dfdad93858cceff13819b912e70d5a93566c4f /x11 | |
parent | 59edf53fbbe820729c45ded6ce956a02a1d7b415 (diff) | |
download | ports-2f5f2d4fd3378e317c79bc21844ba29454a62f90.tar.gz ports-2f5f2d4fd3378e317c79bc21844ba29454a62f90.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xscreensaver/Makefile | 16 | ||||
-rw-r--r-- | x11/xscreensaver/distinfo | 2 | ||||
-rw-r--r-- | x11/xscreensaver/pkg-plist | 9 |
3 files changed, 15 insertions, 12 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index 23830ae4947b..70f23d0a1feb 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xscreensaver -# Version required: 2.17 +# Version required: 2.24 # Date created: 10 July 1995 # Whom: asami # -# $Id: Makefile,v 1.10 1998/06/08 01:54:54 jseger Exp $ +# $Id: Makefile,v 1.11 1998/06/08 08:58:13 asami Exp $ # -DISTNAME= xscreensaver-2.17 +DISTNAME= xscreensaver-2.24 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications @@ -16,16 +16,10 @@ MAINTAINER= jseger@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-shadow --without-motif -# kerberos support doesn't work for 2.2-stable -OSVERSION!= sysctl -n kern.osreldate -.if ${OSVERSION} < 300000 -CONFIGURE_ARGS+= --without-kerberos -.endif USE_X11= yes MAN1= attraction.1 blitspin.1 bouboule.1 braid.1 bubbles.1 \ - decayscreen.1 deco.1 drift.1 flag.1 flame.1 forest.1 \ - galaxy.1 goop.1 grav.1 greynetic.1 halo.1 helix.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 \ diff --git a/x11/xscreensaver/distinfo b/x11/xscreensaver/distinfo index 45aa3f97168e..aca3f7c64c45 100644 --- a/x11/xscreensaver/distinfo +++ b/x11/xscreensaver/distinfo @@ -1 +1 @@ -MD5 (xscreensaver-2.17.tar.gz) = 2dac25c46c2db6996de463812350da16 +MD5 (xscreensaver-2.24.tar.gz) = 4bc7785d87bad627637b0377350d1d23 diff --git a/x11/xscreensaver/pkg-plist b/x11/xscreensaver/pkg-plist index 78a904d4adc2..8ad1b8588f3b 100644 --- a/x11/xscreensaver/pkg-plist +++ b/x11/xscreensaver/pkg-plist @@ -3,12 +3,17 @@ bin/attraction bin/blitspin bin/bouboule bin/braid +bin/bsod bin/bubbles bin/coral +bin/crystal bin/cynosure bin/decayscreen bin/deco +bin/discrete +bin/distort bin/drift +bin/epicycle bin/fadeplot bin/flag bin/flame @@ -24,9 +29,11 @@ bin/hopalong bin/hypercube bin/ifs bin/imsmap +bin/interference bin/jigsaw bin/julia bin/kaleidescope +bin/kumppa bin/laser bin/lightning bin/lisa @@ -55,6 +62,7 @@ bin/starfish bin/strange bin/swirl bin/triangle +bin/truchet bin/vines bin/worm bin/xjack @@ -71,6 +79,7 @@ man/man1/bubbles.1.gz man/man1/decayscreen.1.gz man/man1/deco.1.gz man/man1/drift.1.gz +man/man1/epicycle.1.gz man/man1/flag.1.gz man/man1/flame.1.gz man/man1/forest.1.gz |