pkgsrc/games/sl/Makefile
wiz c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00

27 lines
786 B
Makefile

# $NetBSD: Makefile,v 1.21 2015/08/18 07:31:09 wiz Exp $
#
DISTNAME= sl-5.02
PKGREVISION= 2
CATEGORIES= games
MASTER_SITES= -https://github.com/mtoyoda/sl/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX}
MAINTAINER= minoura@NetBSD.org
HOMEPAGE= http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/
COMMENT= Animated SL that runs across the terminal when you type `sl'
DIST_SUBDIR= ${PKGNAME_NOREV}
BUILD_TARGET= sl
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/ja_JP.EUC/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sl ${DESTDIR}${PREFIX}/bin/sl
${INSTALL_MAN} ${WRKSRC}/sl.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${INSTALL_MAN} ${WRKSRC}/sl.1.ja \
${DESTDIR}${PREFIX}/${PKGMANDIR}/ja_JP.EUC/man1/sl.1
.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"