diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-25 09:03:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-25 09:03:18 +0000 |
commit | 542c96dfe9a4fca2f010639dfe3c8d8dd28d7780 (patch) | |
tree | c51129d624fd06c392059b14d4aa05094a791a27 | |
parent | Update to 1.99.5 (aka 2.0 RC 1). (diff) |
New Port: games/quit A bicycle with traillers like "sl".
A bicycle with traillers like "sl".
This is a joke program.
WWW: http://matsu-www.is.titech.ac.jp/~fukuchi/rooms/shortshort/index.html#quit
PR: ports/55951
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp>
Notes
Notes:
svn path=/head/; revision=87655
Diffstat (limited to '')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/quit/Makefile | 28 | ||||
-rw-r--r-- | games/quit/distinfo | 1 | ||||
-rw-r--r-- | games/quit/pkg-descr | 4 | ||||
-rw-r--r-- | games/quit/pkg-plist | 4 |
5 files changed, 38 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index ef41aa037a6b..a812ba64df28 100644 --- a/games/Makefile +++ b/games/Makefile @@ -298,6 +298,7 @@ SUBDIR += quake2lnx SUBDIR += quakeforge SUBDIR += quakeserver + SUBDIR += quit SUBDIR += race SUBDIR += rfksay SUBDIR += robocode diff --git a/games/quit/Makefile b/games/quit/Makefile new file mode 100644 index 000000000000..e602808d3d90 --- /dev/null +++ b/games/quit/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: quit +# Date created: 25 Aug 2003 +# Whom: UMENO Takashi <umeno@rr.iij4u.or.jp> +# +# $FreeBSD$ +# + +PORTNAME= quit +PORTVERSION= 1.02 +CATEGORIES= games +MASTER_SITES= http://matsu-www.is.titech.ac.jp/~fukuchi/archive/misc/ +DISTNAME= ${PORTNAME} + +MAINTAINER= umeno@rr.iij4u.or.jp +COMMENT= A bicycle with trailers like "sl" + +ALL_TARGET= quit +MAN1= quit.1 +MANLANG= ja + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/quit ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/quit.1 ${PREFIX}/man/ja/man1 + ${MKDIR} ${PREFIX}/share/doc/quit + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/quit + ${INSTALL_DATA} ${WRKSRC}/quit.txt ${PREFIX}/share/doc/quit + +.include <bsd.port.mk> diff --git a/games/quit/distinfo b/games/quit/distinfo new file mode 100644 index 000000000000..da7fdc9b6c7c --- /dev/null +++ b/games/quit/distinfo @@ -0,0 +1 @@ +MD5 (quit.tar.gz) = 9ca62e813eef6f5c95f7bbfe05f3fdac diff --git a/games/quit/pkg-descr b/games/quit/pkg-descr new file mode 100644 index 000000000000..bdbd42f484b2 --- /dev/null +++ b/games/quit/pkg-descr @@ -0,0 +1,4 @@ +A bicycle with traillers like "sl". +This is a joke program. + +WWW: http://matsu-www.is.titech.ac.jp/~fukuchi/rooms/shortshort/index.html#quit diff --git a/games/quit/pkg-plist b/games/quit/pkg-plist new file mode 100644 index 000000000000..f1c2d36cee32 --- /dev/null +++ b/games/quit/pkg-plist @@ -0,0 +1,4 @@ +bin/quit +share/doc/quit/README +share/doc/quit/quit.txt +@dirrm share/doc/quit |