diff options
author | dillo <dillo@pkgsrc.org> | 2004-12-02 22:00:52 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2004-12-02 22:00:52 +0000 |
commit | 26ee79d6d63583c93209c4054aedea862fc068f5 (patch) | |
tree | afa77e71ec04dc297a89375b2a6aa380bbf1c811 /games/hugo/Makefile | |
parent | 36aee2a6482ecf4a59bc0fb66400ff7986516737 (diff) | |
download | pkgsrc-26ee79d6d63583c93209c4054aedea862fc068f5.tar.gz |
update to 3.1.01 (various bug fixes)
Diffstat (limited to 'games/hugo/Makefile')
-rw-r--r-- | games/hugo/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/games/hugo/Makefile b/games/hugo/Makefile index d259a199b40..34622c2ace2 100644 --- a/games/hugo/Makefile +++ b/games/hugo/Makefile @@ -1,18 +1,17 @@ -# $NetBSD: Makefile,v 1.2 2004/10/03 00:14:45 tv Exp $ +# $NetBSD: Makefile,v 1.3 2004/12/02 22:00:52 dillo Exp $ # -DISTNAME= hugov30_unix_source -PKGNAME= hugo-3.0.07 -PKGREVISION= 1 +DISTNAME= hugov31_unix_source +PKGNAME= hugo-3.1.01 CATEGORIES= games -MASTER_SITES= http://www.ifarchive.org/if-archive/programming/hugo/source/ +MASTER_SITES= ${MASTER_SITE_IFARCHIVE:=programming/hugo/source/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} hugolib.zip MAINTAINER= dillo@NetBSD.org -HOMEPAGE= http://161.184.245.22/tessman/gcc/hugo.html +HOMEPAGE= http://www.generalcoffee.com/hugo.html COMMENT= Interactive fiction design system and interpreter -SITES_hugolib.zip=http://www.ifarchive.org/if-archive/programming/hugo/library/ +SITES_hugolib.zip=${MASTER_SITE_IFARCHIVE:=programming/hugo/library/} DIST_SUBDIR= ${PKGNAME_NOREV} USE_BUILDLINK3= yes @@ -20,7 +19,7 @@ USE_GNU_TOOLS+= make # uses halfkey (present since 1.6M) INCOMPAT_CURSES+= NetBSD-1.4[Y-Z]* NetBSD-1.5* NetBSD-1.6 NetBSD-1.6.* INCOMPAT_CURSES+= NetBSD-1.6[A-L]* -WRKSRC= ${WRKDIR}/hugov3.0.07 +WRKSRC= ${WRKDIR}/hugov3.1.0 LIBDIR= ${PREFIX}/share/hugo |