diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-24 17:36:48 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-24 17:36:48 +0000 |
commit | c25a7c3e16bbbdd3c44887ab2a2f0a9676f5677a (patch) | |
tree | ad907a60327fa9bfa9e7fe3413980fbc1da81579 /games/sl | |
parent | e75451fa5e9be572d44ef952583058ee5b5f2a9d (diff) | |
download | ports-c25a7c3e16bbbdd3c44887ab2a2f0a9676f5677a.tar.gz ports-c25a7c3e16bbbdd3c44887ab2a2f0a9676f5677a.zip |
Notes
Diffstat (limited to 'games/sl')
-rw-r--r-- | games/sl/Makefile | 32 | ||||
-rw-r--r-- | games/sl/distinfo | 1 | ||||
-rw-r--r-- | games/sl/pkg-comment | 1 | ||||
-rw-r--r-- | games/sl/pkg-descr | 8 | ||||
-rw-r--r-- | games/sl/pkg-plist | 4 |
5 files changed, 46 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> diff --git a/games/sl/distinfo b/games/sl/distinfo new file mode 100644 index 000000000000..8a91ff01d512 --- /dev/null +++ b/games/sl/distinfo @@ -0,0 +1 @@ +MD5 (sl.tar) = cc06b159f78f86bfd2d4e0e16330fbae diff --git a/games/sl/pkg-comment b/games/sl/pkg-comment new file mode 100644 index 000000000000..b8dc50c7e1e5 --- /dev/null +++ b/games/sl/pkg-comment @@ -0,0 +1 @@ +A steam locomotive run on the screen if you type "sl" instead of "ls" diff --git a/games/sl/pkg-descr b/games/sl/pkg-descr new file mode 100644 index 000000000000..9f7542948335 --- /dev/null +++ b/games/sl/pkg-descr @@ -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/ diff --git a/games/sl/pkg-plist b/games/sl/pkg-plist new file mode 100644 index 000000000000..27c3902afc17 --- /dev/null +++ b/games/sl/pkg-plist @@ -0,0 +1,4 @@ +bin/sl +share/doc/sl/README +share/doc/sl/sl.txt +@dirrm share/doc/sl |