summaryrefslogtreecommitdiff
path: root/games/sl/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-09-24 17:36:48 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-09-24 17:36:48 +0000
commitc25a7c3e16bbbdd3c44887ab2a2f0a9676f5677a (patch)
treead907a60327fa9bfa9e7fe3413980fbc1da81579 /games/sl/Makefile
parentThis committer needs a vacation. Remove a lot of extra junk (diff)
A steam locomotive run on the screen if you type "sl" instead of "ls"
by mistake. PR: 13930 Submitted by: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
Notes
Notes: svn path=/head/; revision=21919
Diffstat (limited to 'games/sl/Makefile')
-rw-r--r--games/sl/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/games/sl/Makefile b/games/sl/Makefile
new file mode 100644
index 000000000000..1f7654ec98c0
--- /dev/null
+++ b/games/sl/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: sl
+# Version required: 3.03
+# Date created: 17 Sep 1999
+# Whom: HIYAMA Takeshi <th@cis.ibaraki.ac.jp>
+#
+# $FreeBSD$
+#
+
+DISTNAME= sl
+PKGNAME= sl-3.03
+CATEGORIES= games
+MASTER_SITES= http://www.is.titech.ac.jp/~toyoda/sl/
+EXTRACT_SUFX= .tar
+
+MAINTAINER= th@cis.ibaraki.ac.jp
+
+BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
+
+ALL_TARGET= sl
+MAN1= sl.1
+MANLANG= ja
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/sl ${PREFIX}/bin
+ ${MV} ${WRKSRC}/sl.1 ${WRKSRC}/sl.man
+ nkf -e ${WRKSRC}/sl.man > ${WRKSRC}/sl.1
+ ${INSTALL_MAN} ${WRKSRC}/sl.1 ${PREFIX}/man/ja/man1
+ ${MKDIR} ${PREFIX}/share/doc/sl
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sl
+ ${INSTALL_DATA} ${WRKSRC}/sl.txt ${PREFIX}/share/doc/sl
+
+.include <bsd.port.mk>