diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-01-05 03:06:12 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-01-05 03:06:12 +0000 |
commit | 7daf225e60ec5420699d49d5bab5b9e389684dbd (patch) | |
tree | 512ef642c7edf8b3983e5d20ebb3df84529da675 /games/nethack33/Makefile | |
parent | 4b594edb547cc185d684ce4fe738cff6882258b5 (diff) | |
download | FreeBSD-ports-7daf225e60ec5420699d49d5bab5b9e389684dbd.zip FreeBSD-ports-7daf225e60ec5420699d49d5bab5b9e389684dbd.tar.gz |
Update to version 3.2.3
PR: 15442
Submitted by: David Scheidt <dscheidt@enteract.com>
Diffstat (limited to 'games/nethack33/Makefile')
-rw-r--r-- | games/nethack33/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile index 4d4edb7..79e2686 100644 --- a/games/nethack33/Makefile +++ b/games/nethack33/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: nethack -# Version required: 3.2.2 +# Version required: 3.2.3 # Date created: 27 March 1995 # Whom: asami # @@ -7,11 +7,16 @@ # DISTNAME= nethack-3.2.2 +PKGNAME= nethack-3.2.3 CATEGORIES= games -MASTER_SITES= ftp://ftp.wtower.com/nethack/sources/ \ +MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/oldver/3.2.2/src/ \ + ftp://ftp.wtower.com/nethack/sources/ \ ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= nethack +PATCH_SITES= ftp://ftp.nethack.org/pub/nethack/oldver/3.2.3/src/ +PATCHFILES= nh-3.2.2-3.2.3.diff + MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm |