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/xemeraldia/Makefile | |
parent | 5d8032032653175f96f8d894681cc77f569f55ee (diff) | |
download | ports-f4d6acbc42e1538f4db9f465a76ab8a10ad5176d.tar.gz ports-f4d6acbc42e1538f4db9f465a76ab8a10ad5176d.zip |
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 'games/xemeraldia/Makefile')
-rw-r--r-- | games/xemeraldia/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/games/xemeraldia/Makefile b/games/xemeraldia/Makefile index 5b09e451989a..41a1f8bef8c5 100644 --- a/games/xemeraldia/Makefile +++ b/games/xemeraldia/Makefile @@ -3,16 +3,19 @@ # Date created: 22 Mar 1995 # Whom: asami # -# $Id: Makefile,v 1.6 1995/03/28 09:20:05 asami Exp $ +# $Id: Makefile,v 1.7 1995/04/01 12:45:17 jkh Exp $ # DISTNAME= xemeraldia-0.3 -DISTFILES= 271.gz -MASTER_SITES= ftp://ftp.kuis.kyoto-u.ac.jp/News.Archives/fj.sources/1995/ CATEGORIES+= games +MASTER_SITES= ftp://ftp.kuis.kyoto-u.ac.jp/News.Archives/fj.sources/1995/ +DISTFILES= 271.gz + MAINTAINER= asami@FreeBSD.ORG + USE_IMAKE= yes NO_INSTALL_MANPAGES= yes + EXTRACT_COOKIE?= ${.CURDIR}/work/.extract_done extract: fetch ${EXTRACT_COOKIE} |