diff options
author | dholland <dholland> | 2013-01-21 00:07:31 +0000 |
---|---|---|
committer | dholland <dholland> | 2013-01-21 00:07:31 +0000 |
commit | f40491a9cbc47aedf044442c052bb45ab86e3501 (patch) | |
tree | 7a30ebd3cb699169304e5f099066b02a39c7733c /games | |
parent | 117bff84891861cd9d190919f3e2efc1d65f0569 (diff) | |
download | pkgsrc-f40491a9cbc47aedf044442c052bb45ab86e3501.tar.gz |
HOMEPAGE has disappeared, comment it out. The coresponding
MASTER_SITES has also disappeared, but there seem to be lots of copies
of the distfile out on the net.
Diffstat (limited to 'games')
-rw-r--r-- | games/craft/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/games/craft/Makefile b/games/craft/Makefile index 77474221292..99276b23aff 100644 --- a/games/craft/Makefile +++ b/games/craft/Makefile @@ -1,20 +1,25 @@ -# $NetBSD: Makefile,v 1.28 2012/10/06 11:54:33 asau Exp $ +# $NetBSD: Makefile,v 1.29 2013/01/21 00:07:31 dholland Exp $ DISTNAME= craftcc35 PKGNAME= craft-3.5 PKGREVISION= 2 CATEGORIES= games x11 -MASTER_SITES= ftp://set.gmd.de/pub/as/janus/craft/ +MASTER_SITES= http://ibiblio.org/pub/linux/games/strategy/ EXTRACT_SUFX= .tar.Z MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://set.gmd.de/~hua/ +# Gone as of 20130120, no obvious replacement +#HOMEPAGE= http://set.gmd.de/~hua/ COMMENT= Warcraft-like game for X11 WRKSRC= ${WRKDIR} USE_LANGUAGES= c c++ USE_X11BASE= yes +# Note for reference that there's a craftdoc.tar.Z that can also be +# downloaded; the only thing it contains that isn't in the main +# distfile is a few unreferenced images. + SUBST_CLASSES+= craft SUBST_STAGE.craft= pre-configure SUBST_FILES.craft= win.hc setupedit.hc option_menu.hc craft_def.h |