diff options
author | steve <steve@FreeBSD.org> | 2000-01-24 05:40:46 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-01-24 05:40:46 +0000 |
commit | 7a82c0a6f5f108f5a97a0f338eb877df11ac052e (patch) | |
tree | 6f4c7a4b0c9701d946adc9041a4e13665440e753 /games/nethack33/Makefile | |
parent | d05e24647ff955ead5b7cdf01ab2f7298376dac8 (diff) | |
download | FreeBSD-ports-7a82c0a6f5f108f5a97a0f338eb877df11ac052e.zip FreeBSD-ports-7a82c0a6f5f108f5a97a0f338eb877df11ac052e.tar.gz |
Update to version 3.3.0.
PR: 15469
Submitted by: David Scheidt <dscheidt@enteract.com>
Diffstat (limited to 'games/nethack33/Makefile')
-rw-r--r-- | games/nethack33/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile index 79e2686..d6829d9 100644 --- a/games/nethack33/Makefile +++ b/games/nethack33/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 |