diff options
Diffstat (limited to 'games/nethack3-tty/Makefile')
-rw-r--r-- | games/nethack3-tty/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/games/nethack3-tty/Makefile b/games/nethack3-tty/Makefile index 79e268671a7e..d6829d93ed1a 100644 --- a/games/nethack3-tty/Makefile +++ b/games/nethack3-tty/Makefile @@ -1,23 +1,18 @@ # New ports collection makefile for: nethack -# Version required: 3.2.3 +# Version required: 3.3.0 # Date created: 27 March 1995 # Whom: asami # # $FreeBSD$ # -DISTNAME= nethack-3.2.2 -PKGNAME= nethack-3.2.3 +DISTNAME= nethack-3.3.0 CATEGORIES= games -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/oldver/3.2.2/src/ \ - ftp://ftp.wtower.com/nethack/sources/ \ +MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/src/ \ ${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 +MAINTAINER= dscheidt@enteract.com LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm |