diff options
author | tsarna <tsarna@pkgsrc.org> | 1998-08-20 15:16:34 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1998-08-20 15:16:34 +0000 |
commit | 6bd0d65c650273bf304f345910aeaa6dbb0d1904 (patch) | |
tree | 02014b09f0272e3c01f055156a42a91ab10cda59 /games | |
parent | 6cec9af390b5f47cca2d200755c03518c99f033b (diff) | |
download | pkgsrc-6bd0d65c650273bf304f345910aeaa6dbb0d1904.tar.gz |
The Grand Homepagification:
- New, optional Makefile variable HOMEPAGE, specifies a URL for
the home page of the software if it has one.
- The value of HOMEPAGE is used to add a link from the
README.html files.
- pkglint updated to know about it. The "correct" location for
HOMEPAGE in the Makefile is after MAINTAINER, in that same
section.
Diffstat (limited to 'games')
30 files changed, 56 insertions, 35 deletions
diff --git a/games/battalion/Makefile b/games/battalion/Makefile index 9d8d61b228a..a88f3c69cd9 100644 --- a/games/battalion/Makefile +++ b/games/battalion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/08/09 23:15:06 tron Exp $ +# $NetBSD: Makefile,v 1.3 1998/08/20 15:16:53 tsarna Exp $ # DISTNAME= battalion @@ -9,6 +9,7 @@ MASTER_SITES= http://www.evl.uic.edu/aej/ DISTFILES= battalionSource1.4.tar.Z battalionSUN4.tar.gz MAINTAINER= root@garbled.net +HOMEPAGE= http://www.evl.uic.edu/aej/AndyBattalion.html DEPENDS+= Mesa-2.6:../../graphics/Mesa diff --git a/games/battleball/Makefile b/games/battleball/Makefile index 7658a24f1e4..f11ec505b4d 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/04 21:02:20 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:54 tsarna Exp $ DISTNAME= battleball.20.src PKGNAME= battleball-2.0 @@ -6,6 +6,7 @@ CATEGORIES= games x11 MASTER_SITES= http://www.cs.utexas.edu/users/pahardin/ MAINTAINER= root@garbled.net +HOMEPAGE= http://www.cs.utexas.edu/users/pahardin/bb.html WRKSRC= ${WRKDIR}/bb-2.0 diff --git a/games/crossfire/Makefile b/games/crossfire/Makefile index f4dd31b6508..7b868989b17 100644 --- a/games/crossfire/Makefile +++ b/games/crossfire/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/07/25 17:40:41 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:54 tsarna Exp $ # DISTNAME= crossfire-0.94.2 @@ -7,6 +7,7 @@ MASTER_SITES= ftp://ftp.ifi.uio.no/pub/crossfire/ DISTFILES= ${CF_SRC} ${CF_MAPS} ${CF_SOUND} MAINTAINER= root@garbled.net +HOMEPAGE= http://www.fak14.uni-muenchen.de/~h729ihqu/games/crossfire.html DEPENDS+= rplay-3.2.0b6:../../audio/rplay DEPENDS+= xpm-3.4k:../../graphics/xpm diff --git a/games/finalbattle/Makefile b/games/finalbattle/Makefile index 7330af106e1..52827230838 100644 --- a/games/finalbattle/Makefile +++ b/games/finalbattle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/07/26 22:06:10 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:54 tsarna Exp $ # DISTNAME= finalbattle.0.0 @@ -7,6 +7,7 @@ CATEGORIES= games x11 MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/finalbattle/ MAINTAINER= root@garbled.net +HOMEPAGE= http://www.sonic.net/~nbs/unix/x/finalbattle/ MAKEFILE= makefile WRKSRC= ${WRKDIR}/final diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index f46ccde7a19..b7db8f97713 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.4 1998/08/04 14:05:48 frueauf Exp $ +# $NetBSD: Makefile,v 1.5 1998/08/20 15:16:54 tsarna Exp $ # DISTNAME= freeciv-1.6.6 CATEGORIES= games x11 -MASTER_SITES= freeciv.ultraviolet.org:/pub/freeciv/ +MASTER_SITES= ftp://freeciv.ultraviolet.org/pub/freeciv/ MAINTAINER= root@garbled.net +HOMEPAGE= http://freeciv.ultraviolet.org/index.html DEPENDS= xpm-3.4k:../../graphics/xpm diff --git a/games/galaxa/Makefile b/games/galaxa/Makefile index 56ef6d3870e..bdbe2cda256 100644 --- a/games/galaxa/Makefile +++ b/games/galaxa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/07/24 12:49:06 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1998/08/20 15:16:54 tsarna Exp $ # DISTNAME= galaxa.0.1 @@ -7,6 +7,7 @@ CATEGORIES= games x11 MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/galaxa/ MAINTAINER= root@garbled.net +HOMEPAGE= http://www.sonic.net/~nbs/unix/x/galaxa/ WRKSRC= ${WRKDIR}/galaxa MAKEFILE= makefile diff --git a/games/gemdropx/Makefile b/games/gemdropx/Makefile index 6669171bced..e4d6e8d8cf5 100644 --- a/games/gemdropx/Makefile +++ b/games/gemdropx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/07/25 21:22:38 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:55 tsarna Exp $ # DISTNAME= gemdropx @@ -7,6 +7,7 @@ CATEGORIES= games x11 MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/gemdropx/ MAINTAINER= root@garbled.net +HOMEPAGE= http://www.sonic.net/~nbs/unix/x/gemdropx/ MAKEFILE= makefile WRKSRC= ${WRKDIR}/gemdropx diff --git a/games/icbm3d/Makefile b/games/icbm3d/Makefile index df766e779b2..4540bef226f 100644 --- a/games/icbm3d/Makefile +++ b/games/icbm3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/07/25 18:03:38 frueauf Exp $ +# $NetBSD: Makefile,v 1.3 1998/08/20 15:16:55 tsarna Exp $ # DISTNAME= icbm3d.0.3 @@ -7,6 +7,7 @@ CATEGORIES= games x11 MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/icbm3d/ MAINTAINER= root@garbled.net +HOMEPAGE= http://www.sonic.net/~nbs/unix/x/icbm3d/ WRKSRC= ${WRKDIR}/icbm3d MAKEFILE= makefile diff --git a/games/imaze/Makefile b/games/imaze/Makefile index d13a30b0426..1424afb30ac 100644 --- a/games/imaze/Makefile +++ b/games/imaze/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/07/30 22:48:20 tron Exp $ +# $NetBSD: Makefile,v 1.3 1998/08/20 15:16:55 tsarna Exp $ DISTNAME= imaze1.3 PKGNAME= imaze-1.3 @@ -8,6 +8,7 @@ MASTER_SITE_SUBDIR= games DISTFILES= imaze-sounds.tar imaze1.3.tar.Z MAINTAINER= root@garbled.net +HOMEPAGE= http://home.tu-clausthal.de/student/iMaze/ EXTRACT_ONLY= imaze1.3.tar.Z WRKSRC= ${WRKDIR}/imaze diff --git a/games/kdegames/Makefile b/games/kdegames/Makefile index 622340b5c0b..eadc1fa1227 100644 --- a/games/kdegames/Makefile +++ b/games/kdegames/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 1998/07/20 15:08:28 tv Exp $ +# $NetBSD: Makefile,v 1.20 1998/08/20 15:16:55 tsarna Exp $ # FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:49 asami Exp # @@ -8,6 +8,7 @@ MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/stable/1.0/distribution/tar/generic/s ftp://ftp.kde.org/pub/kde/stable/1.0/distribution/tar/generic/source/ MAINTAINER= tron@netbsd.org +HOMEPAGE= http://www.kde.org/ DEPENDS+= giflib-3.0:../../graphics/giflib DEPENDS+= jpeg-6b:../../graphics/jpeg diff --git a/games/lincity/Makefile b/games/lincity/Makefile index 85c69c6fcb9..e63f9cb8daa 100644 --- a/games/lincity/Makefile +++ b/games/lincity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/15 13:45:46 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:55 tsarna Exp $ # DISTNAME= lincity109-src @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/strategy MAINTAINER= root@garbled.net +HOMEPAGE= http://www.floot.demon.co.uk/lincity.html WRKSRC= ${WRKDIR}/lincity109 diff --git a/games/lincity/pkg/DESCR b/games/lincity/pkg/DESCR index fd7725367e6..295e290cdef 100644 --- a/games/lincity/pkg/DESCR +++ b/games/lincity/pkg/DESCR @@ -15,4 +15,3 @@ joining the mailing list. To subscribe, send mail to majordomo@floot.demon.co.uk with subscribe lincity in the body of your mail. -http://www.floot.demon.co.uk/lincity.html diff --git a/games/maelstrom/Makefile b/games/maelstrom/Makefile index 2193fcb69b2..e814fb84b3c 100644 --- a/games/maelstrom/Makefile +++ b/games/maelstrom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/07/30 23:11:40 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:56 tsarna Exp $ DISTNAME= Maelstrom-1.4.3-L2.0.6-src.tar.gz PKGNAME= maelstrom-2.0.6 @@ -9,6 +9,7 @@ MASTER_SITES+= ftp://ftp.devolution.com/pub/maelstrom/Add-Ons/ DISTFILES= ${DISTNAME} ${STREK} ${SWARS} ${ESOUND} MAINTAINER= root@garbled.net +HOMEPAGE= http://www.ambrosiasw.com/Products/Maelstrom.html ESOUND= Maelstrom-Sounds-L2.0.0.tar.gz STREK= Star_Trek.tar.gz diff --git a/games/spellcast/Makefile b/games/spellcast/Makefile index 5fef8649686..0f5b06061f8 100644 --- a/games/spellcast/Makefile +++ b/games/spellcast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/07 11:54:28 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:56 tsarna Exp $ # DISTNAME= spellcast @@ -8,6 +8,7 @@ MASTER_SITES= http://www.edoc.com/zarf/ftp/ EXTRACT_SUFX= .tar.Z MAINTAINER= root@garbled.net +HOMEPAGE= http://www.edoc.com/zarf/spellcast.html USE_X11= yes diff --git a/games/tanked/Makefile b/games/tanked/Makefile index 39e9720a42a..84723505d0b 100644 --- a/games/tanked/Makefile +++ b/games/tanked/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/01 13:33:11 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:56 tsarna Exp $ # DISTNAME= tanked-0.90 @@ -6,6 +6,7 @@ CATEGORIES= games x11 MASTER_SITES= http://ogresoft.dyn.ml.org/ MAINTAINER= root@garbled.net +HOMEPAGE= http://ogresoft.dyn.ml.org/tanked.html DEPENDS+= xpm-3.4k:../../graphics/xpm diff --git a/games/xbill/Makefile b/games/xbill/Makefile index 59da2e28854..5153a1759d4 100644 --- a/games/xbill/Makefile +++ b/games/xbill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/15 14:19:52 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:56 tsarna Exp $ # DISTNAME= xbill-2.0 @@ -8,6 +8,7 @@ MASTER_SITE_SUBDIR= games EXTRACT_SUFX= .tgz MAINTAINER= root@garbled.net +HOMEPAGE= http://www.triangolo.it/~fede/giochi/xbill.html DEPENDS+= xpm-3.4k:../../graphics/xpm diff --git a/games/xblast/Makefile b/games/xblast/Makefile index 0d7476a8522..38301cbb52d 100644 --- a/games/xblast/Makefile +++ b/games/xblast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/06/22 12:32:17 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/08/20 15:16:57 tsarna Exp $ # DISTNAME= xblast-2.2 @@ -10,6 +10,7 @@ DISTFILES= xblast-2.2.tar.gz \ xblast-2.2-to-2.2.1.tar.gz MAINTAINER= root@garbled.futureone.com +HOMEPAGE= http://www.ikp.uni-koeln.de/~vogel/xblast/xblast.html USE_IMAKE= yes diff --git a/games/xboing/Makefile b/games/xboing/Makefile index a716a8318ae..0f6962ce4cd 100644 --- a/games/xboing/Makefile +++ b/games/xboing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/18 09:25:16 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:57 tsarna Exp $ # DISTNAME= xboing2.4 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= games MAINTAINER= root@garbled.net +HOMEPAGE= http://www.catt.rmit.edu.au/xboing/xboing.html DEPENDS+= xpm-3.4k:../../graphics/xpm diff --git a/games/xboing/pkg/DESCR b/games/xboing/pkg/DESCR index 9196d121362..59c56889f54 100644 --- a/games/xboing/pkg/DESCR +++ b/games/xboing/pkg/DESCR @@ -10,6 +10,3 @@ can move from left to right at the bottom of the arena. You control the paddle so that the proton ball bounces around blowing up blocks and that it does not go past the paddle and out the bottom, much like a pinball game. - -You may like to check out my WWW Home Page for XBoing at the following URL -http://www.catt.rmit.edu.au/xboing/xboing.html diff --git a/games/xbomber/Makefile b/games/xbomber/Makefile index a1cf26c6c5c..c882e744124 100644 --- a/games/xbomber/Makefile +++ b/games/xbomber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/07/25 18:04:44 frueauf Exp $ +# $NetBSD: Makefile,v 1.4 1998/08/20 15:16:57 tsarna Exp $ # DISTNAME= xbomber.0.8 @@ -7,6 +7,7 @@ CATEGORIES= games x11 MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/xbomber/ MAINTAINER= root@garbled.net +HOMEPAGE= http://www.sonic.net/~nbs/unix/x/xbomber/ WRKSRC= ${WRKDIR}/xbomber MAKEFILE= makefile diff --git a/games/xdemineur/Makefile b/games/xdemineur/Makefile index 37805e5599d..39b54de9a11 100644 --- a/games/xdemineur/Makefile +++ b/games/xdemineur/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/07/04 09:18:58 mycroft Exp $ +# $NetBSD: Makefile,v 1.9 1998/08/20 15:16:57 tsarna Exp $ # DISTNAME= xdemineur-2.1 @@ -7,7 +7,8 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ ftp://ftp.agm-ita.ensta.fr/pub/babafou/ MASTER_SITE_SUBDIR= games -MAINTAINER= bouyer@netbsd.org +MAINTAINER= bouyer@netbsd.org +HOMEPAGE= http://www.spinne.com/x/games/xdemineur/ DEPENDS+= xpm-3.4k:../../graphics/xpm diff --git a/games/xevil/Makefile b/games/xevil/Makefile index 30938507368..49faefcb135 100644 --- a/games/xevil/Makefile +++ b/games/xevil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/07/31 08:03:09 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:58 tsarna Exp $ DISTNAME= xevil1.5.1e PKGNAME= xevil-1.5.1e @@ -7,6 +7,7 @@ MASTER_SITES= ftp://ftp.xevil.com/xevil1.5.1e/ EXTRACT_SUFX= .tar.Z MAINTAINER= root@garbled.net +HOMEPAGE= http://www.xevil.com/ NO_WRKSUBDIR= yes MAKE_ENV= HOSTTYPE="netbsd" \ diff --git a/games/xgalaga/Makefile b/games/xgalaga/Makefile index 9420edd8984..d8334d452e6 100644 --- a/games/xgalaga/Makefile +++ b/games/xgalaga/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/01 13:25:28 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:58 tsarna Exp $ # DISTNAME= xgalaga-2.0.34 @@ -6,6 +6,7 @@ CATEGORIES= games x11 MASTER_SITES= http://ogresoft.dyn.ml.org/ MAINTAINER= root@garbled.net +HOMEPAGE= http://ogresoft.dyn.ml.org/xgal.html DEPENDS+= xpm-3.4k:../../graphics/xpm diff --git a/games/xkobo/Makefile b/games/xkobo/Makefile index bba31636f4a..3378c281b30 100644 --- a/games/xkobo/Makefile +++ b/games/xkobo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/06/22 12:32:18 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/08/20 15:16:58 tsarna Exp $ # FreeBSD Id: Makefile,v 1.10 1997/11/12 09:57:17 tg Exp # @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ MASTER_SITE_SUBDIR= games MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://seki.math.hokudai.ac.jp:20080/xkobo-current.html USE_IMAKE= yes ALL_TARGET+= xkobo all diff --git a/games/xmris/Makefile b/games/xmris/Makefile index 6bef5bf6b57..5e7ba63d021 100644 --- a/games/xmris/Makefile +++ b/games/xmris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/03 18:44:44 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:58 tsarna Exp $ DISTNAME= xmris.4.04 PKGNAME= xmris-4.04 @@ -7,6 +7,7 @@ MASTER_SITES= http://www.cs.bris.ac.uk/~nathan/xmris/ EXTRACT_SUFX= .tgz MAINTAINER= root@garbled.net +HOMEPAGE= http://www.cs.bris.ac.uk/~nathan/xmris/ USE_IMAKE= yes ALL_TARGET= initialize xmris xmred diff --git a/games/xpilot/Makefile b/games/xpilot/Makefile index 08aa1823f4b..a19c784fa2b 100644 --- a/games/xpilot/Makefile +++ b/games/xpilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/01 14:46:30 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:58 tsarna Exp $ # DISTNAME= xpilot-4.0.0 @@ -6,6 +6,7 @@ CATEGORIES= games x11 MASTER_SITES= ftp://ftp.xpilot.org/pub/ MAINTAINER= root@garbled.net +HOMEPAGE= http://www.xpilot.org/ USE_IMAKE= yes diff --git a/games/xpilot/pkg/DESCR b/games/xpilot/pkg/DESCR index 20ab6d41618..8ba70b82e98 100644 --- a/games/xpilot/pkg/DESCR +++ b/games/xpilot/pkg/DESCR @@ -6,5 +6,3 @@ game with a lot of tactics. There are also robots flying around shooting players and other robots. Players can pickup special bonuses to improve the possibilities of their ship like more engine power or special weapons. The aim of the game is to score points and to have a lot of fun. - -http://www.xpilot.org diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile index ceffabcdbf1..9f6992cbd49 100644 --- a/games/xpipeman/Makefile +++ b/games/xpipeman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/01 14:52:45 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:59 tsarna Exp $ # DISTNAME= xpipeman-1.5 @@ -6,6 +6,7 @@ CATEGORIES= games x11 MASTER_SITES= http://www.spinne.com/x/games/xpipeman/ MAINTAINER= root@garbled.net +HOMEPAGE= http://www.spinne.com/x/games/xpipeman/ WRKSRC= ${WRKDIR}/xpipeman diff --git a/games/xsoldier/Makefile b/games/xsoldier/Makefile index 32deafdc642..015d043a06f 100644 --- a/games/xsoldier/Makefile +++ b/games/xsoldier/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/01 14:58:18 frueauf Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:59 tsarna Exp $ # DISTNAME= xsoldier-0.96 @@ -6,6 +6,7 @@ CATEGORIES= games x11 MASTER_SITES= http://www.surfline.ne.jp/hachi/xsoldier/ MAINTAINER= root@garbled.net +HOMEPAGE= http://www.surfline.ne.jp/hachi/xsoldier.html DEPENDS+= xpm-3.4k:../../graphics/xpm diff --git a/games/xzip/Makefile b/games/xzip/Makefile index c2e5d6381ab..21d43319bf9 100644 --- a/games/xzip/Makefile +++ b/games/xzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/10 22:27:46 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:59 tsarna Exp $ DISTNAME= xzip180 PKGNAME= xzip-1.8 @@ -7,6 +7,7 @@ MASTER_SITES= http://www.edoc.com/zarf/ftp/ EXTRACT_SUFX= .tar.Z MAINTAINER= root@garbled.net +HOMEPAGE= http://www.edoc.com/zarf/xzip.html WRKSRC= ${WRKDIR}/xzip |