pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/hugo



Module Name:    pkgsrc
Committed By:   roy
Date:           Tue Jan  3 21:42:56 UTC 2017

Modified Files:
        pkgsrc/games/hugo: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/games/hugo/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/hugo/Makefile
diff -u pkgsrc/games/hugo/Makefile:1.17 pkgsrc/games/hugo/Makefile:1.18
--- pkgsrc/games/hugo/Makefile:1.17     Tue Sep  8 11:57:49 2015
+++ pkgsrc/games/hugo/Makefile  Tue Jan  3 21:42:55 2017
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2015/09/08 11:57:49 jperkin Exp $
+# $NetBSD: Makefile,v 1.18 2017/01/03 21:42:55 roy Exp $
 #
 
 DISTNAME=      hugov31_unix_source
 PKGNAME=       hugo-3.1.02.1
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_IFARCHIVE:=programming/hugo/source/}
 DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} hugolib.zip
@@ -14,8 +14,10 @@ COMMENT=     Interactive fiction design syst
 
 SITES.hugolib.zip=${MASTER_SITE_IFARCHIVE:=programming/hugo/library/}
 
-DIST_SUBDIR=   ${PKGNAME_NOREV}
 USE_TOOLS+=    gmake
+FAKE_NCURSES=  yes
+
+DIST_SUBDIR=   ${PKGNAME_NOREV}
 WRKSRC=                ${WRKDIR}/hugov3.1.02
 
 LIBDIR=                ${PREFIX}/share/hugo
@@ -33,5 +35,5 @@ do-install:
                ${INSTALL_DATA} ${WRKDIR}/$$f ${DESTDIR}${LIBDIR}; \
        done
 
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index