diff options
Diffstat (limited to 'games/nethack/Makefile')
-rw-r--r-- | games/nethack/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/games/nethack/Makefile b/games/nethack/Makefile index 4d4edb7ee19e..79e268671a7e 100644 --- a/games/nethack/Makefile +++ b/games/nethack/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 |