pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/moria



Module Name:    pkgsrc
Committed By:   roy
Date:           Tue Jan  3 21:50:53 UTC 2017

Modified Files:
        pkgsrc/games/moria: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/games/moria/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/moria/Makefile
diff -u pkgsrc/games/moria/Makefile:1.18 pkgsrc/games/moria/Makefile:1.19
--- pkgsrc/games/moria/Makefile:1.18    Tue Aug 18 07:31:08 2015
+++ pkgsrc/games/moria/Makefile Tue Jan  3 21:50:53 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2015/08/18 07:31:08 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2017/01/03 21:50:53 roy Exp $
 
 DISTNAME=              um5.5.2
 PKGNAME=               moria-5.5.2
@@ -15,7 +15,7 @@ HOMEPAGE=             http://remarque.org/~grabiner
 COMMENT=               Rogue-like game with a different sense of scale than Rogue
 
 WRKSRC=                        ${WRKDIR}/umoria
-MAKE_FLAGS+=           CURSES=-lncurses VARBASE=${VARBASE}
+MAKE_FLAGS+=           CURSES=-l${BUILDLINK_LIBNAME.curses} VARBASE=${VARBASE}
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man6
 
@@ -28,5 +28,5 @@ do-configure:
        @${RM} -f ${WRKSRC}/*.[ch] ${WRKSRC}/Makefile
        @cd ${WRKSRC}; ${LN} -s source/* unix/* .
 
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index