diff options
author | asami <asami@FreeBSD.org> | 1995-04-11 00:20:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-11 00:20:58 +0000 |
commit | 42f37c3e86245df81e511902ece1702f86d77ab8 (patch) | |
tree | 33feb0dfc80570e22f49edd0056761e03ba42b4f /games/nethack3-tty | |
parent | 4b0aee24a53f7f5db3d4442235ac99977ada318a (diff) | |
download | FreeBSD-ports-42f37c3e86245df81e511902ece1702f86d77ab8.zip FreeBSD-ports-42f37c3e86245df81e511902ece1702f86d77ab8.tar.gz |
And here comes the next round of Makefile updates, for games. Folks,
there are lots of broken stuff and funky Makefiles here. Please check
your ports, and also put yourself in MAINTAINER so I know who to talk
to. Thanks....
Diffstat (limited to 'games/nethack3-tty')
-rw-r--r-- | games/nethack3-tty/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games/nethack3-tty/Makefile b/games/nethack3-tty/Makefile index 346fcc2..1aa415d 100644 --- a/games/nethack3-tty/Makefile +++ b/games/nethack3-tty/Makefile @@ -3,17 +3,19 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.2 1995/03/30 09:49:57 ats Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:45:05 jkh Exp $ # DISTNAME= nethack3.1.3 -EXTRACT_SUFX= .tar.Z -MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.games/ +PKGNAME= nethack-3.1.3 CATEGORIES+= games +MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.games/ +EXTRACT_SUFX= .tar.Z + MAINTAINER= asami@FreeBSD.ORG + WRKSRC= ${WRKDIR}/nethack313 USE_GMAKE= yes -PKGNAME= nethack-3.1.3 SHELL= /bin/sh pre-configure: |