diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 00:20:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 00:20:58 +0000 |
commit | f4d6acbc42e1538f4db9f465a76ab8a10ad5176d (patch) | |
tree | 135c85eebdc631af1639facfb134770aee87e354 /games/nethack33-nox11 | |
parent | Reorganize Makefile, add Garrett as MAINTAINER. (diff) |
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....
Notes
Notes:
svn path=/head/; revision=1325
Diffstat (limited to '')
-rw-r--r-- | games/nethack33-nox11/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games/nethack33-nox11/Makefile b/games/nethack33-nox11/Makefile index 346fcc2826ea..1aa415d65224 100644 --- a/games/nethack33-nox11/Makefile +++ b/games/nethack33-nox11/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: |