From dc4e6ef671bfb12c093ac610bb36ce43261948be Mon Sep 17 00:00:00 2001 From: edwin Date: Mon, 25 Aug 2003 09:03:18 +0000 Subject: 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 --- games/quit/Makefile | 28 ++++++++++++++++++++++++++++ games/quit/distinfo | 1 + games/quit/pkg-descr | 4 ++++ games/quit/pkg-plist | 4 ++++ 4 files changed, 37 insertions(+) create mode 100644 games/quit/Makefile create mode 100644 games/quit/distinfo create mode 100644 games/quit/pkg-descr create mode 100644 games/quit/pkg-plist (limited to 'games/quit') 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 +# +# $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 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 -- cgit v1.1