5f661affe6
category. This is part of the japanese category retirement.
27 lines
720 B
Makefile
27 lines
720 B
Makefile
# $NetBSD: Makefile,v 1.6 2002/05/31 15:19:58 seb Exp $
|
|
#
|
|
|
|
DISTNAME= sl
|
|
PKGNAME= sl-3.03p5
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/sl/
|
|
EXTRACT_SUFX= .tar
|
|
|
|
PATCH_SITES= http://ecssg.ec.tmit.ac.jp/~izumi/sl/
|
|
PATCHFILES= sl5.patch
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
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' instead of `ls'
|
|
|
|
BUILD_DEPENDS= nkf-1.7:../../converters/nkf
|
|
|
|
post-build:
|
|
nkf -e ${WRKSRC}/sl.1 > ${WRKSRC}/sl.1.euc
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/sl ${PREFIX}/bin/sl
|
|
${INSTALL_DATA} ${WRKSRC}/sl.1.euc ${PREFIX}/man/ja_JP.EUC/man1/sl.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|