pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/sl
Module Name: pkgsrc
Committed By: roy
Date: Tue Jan 3 22:13:11 UTC 2017
Modified Files:
pkgsrc/games/sl: Makefile
Log Message:
Use the curses framework.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/games/sl/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/sl/Makefile
diff -u pkgsrc/games/sl/Makefile:1.21 pkgsrc/games/sl/Makefile:1.22
--- pkgsrc/games/sl/Makefile:1.21 Tue Aug 18 07:31:09 2015
+++ pkgsrc/games/sl/Makefile Tue Jan 3 22:13:11 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2015/08/18 07:31:09 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2017/01/03 22:13:11 roy Exp $
#
DISTNAME= sl-5.02
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= games
MASTER_SITES= -https://github.com/mtoyoda/sl/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
@@ -10,6 +10,7 @@ MAINTAINER= minoura%NetBSD.org@localhost
HOMEPAGE= http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/
COMMENT= Animated SL that runs across the terminal when you type `sl'
+FAKE_NCURSES= yes
DIST_SUBDIR= ${PKGNAME_NOREV}
BUILD_TARGET= sl
@@ -23,5 +24,5 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/sl.1.ja \
${DESTDIR}${PREFIX}/${PKGMANDIR}/ja_JP.EUC/man1/sl.1
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index