diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-10-26 11:41:43 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-10-26 11:41:43 +0000 |
commit | 11c9fd251e10f8534840fcb3be4a91d21f443d0f (patch) | |
tree | f6dbda5b567b633cbc76ce1b40b63f7bea095305 /games/nethack34-nox11/Makefile | |
parent | 82e8bb727c0b44edb02eba20a74b30587dbbc3aa (diff) | |
download | ports-11c9fd251e10f8534840fcb3be4a91d21f443d0f.tar.gz ports-11c9fd251e10f8534840fcb3be4a91d21f443d0f.zip |
Add new port: games/nethack3-tty
This is a TTY/console only versin of nethack3
REPOCopy from games/nethack3
PR: 21497
Submitted by: Jeremy Chadwick <yoshi@parodius.com>
Notes
Notes:
svn path=/head/; revision=34254
Diffstat (limited to 'games/nethack34-nox11/Makefile')
-rw-r--r-- | games/nethack34-nox11/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/games/nethack34-nox11/Makefile b/games/nethack34-nox11/Makefile index fa40cd4ff0ea..c2a14b5bfa1d 100644 --- a/games/nethack34-nox11/Makefile +++ b/games/nethack34-nox11/Makefile @@ -1,20 +1,21 @@ # New ports collection makefile for: nethack -# Date created: 27 March 1995 -# Whom: asami +# Date created: 23 September 2000 +# Whom: Jeremy Chadwick <yoshi@parodius.com> # # $FreeBSD$ # PORTNAME= nethack -PORTVERSION= 3.3.0 +PORTVERSION= 3.3.1 CATEGORIES= games -MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/src/ \ +MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh331/src/ \ ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= nethack +DISTFILES= ${PORTNAME}-331.${EXTRACT_SUFIX} -MAINTAINER= dscheidt@enteract.com +MAINTAINER= yoshi@parodius.com -USE_XPM= yes +EXTRACT_SUFIX= tgz USE_GMAKE= yes MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 |