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>
This commit is contained in:
parent
e75451fa5e
commit
c25a7c3e16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21919
32
games/sl/Makefile
Normal file
32
games/sl/Makefile
Normal file
@ -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>
|
1
games/sl/distinfo
Normal file
1
games/sl/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (sl.tar) = cc06b159f78f86bfd2d4e0e16330fbae
|
1
games/sl/pkg-comment
Normal file
1
games/sl/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A steam locomotive run on the screen if you type "sl" instead of "ls"
|
8
games/sl/pkg-descr
Normal file
8
games/sl/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
This is deluxe edition of joke software "sl" such hat a steam
|
||||
locomotive runs on your screen if you type "sl" (means a Steam
|
||||
Locomotive) instead of ls by mistake. -a, -l and -F options are
|
||||
available.
|
||||
|
||||
This program was written by TOYODA Masashi
|
||||
|
||||
WWW: http://www.is.titech.ac.jp/~toyoda/
|
4
games/sl/pkg-plist
Normal file
4
games/sl/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/sl
|
||||
share/doc/sl/README
|
||||
share/doc/sl/sl.txt
|
||||
@dirrm share/doc/sl
|
Loading…
Reference in New Issue
Block a user