7e64fbe4f1
SL(1) 5.02 Release includes several fixes for compiler warnings, indentation, typos, etc. Based on patch in PR 49531 in Jonathan Buschmann.
26 lines
771 B
Makefile
26 lines
771 B
Makefile
# $NetBSD: Makefile,v 1.19 2015/01/03 15:42:58 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= sl-5.02
|
|
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"
|