diff options
-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 ef41aa0..a812ba6 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 0000000..e602808 --- /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 0000000..da7fdc9 --- /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 0000000..bdbd42f --- /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 0000000..f1c2d36 --- /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 |