From 06216e20eabe920a85977c599ae7a27a1345b09f Mon Sep 17 00:00:00 2001 From: Seiichirou Hiraoka Date: Sat, 20 Feb 1999 00:48:21 +0000 Subject: Submitted by: issei@jp.FreeBSD.ORG Display a dancing girl "ChaCha." She dance, dance and dance forever on your desktop. Enjoy! --- games/xchadance/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ games/xchadance/distinfo | 1 + games/xchadance/files/patch-aa | 26 ++++++++++++++++++++++++++ games/xchadance/pkg-comment | 1 + games/xchadance/pkg-descr | 3 +++ games/xchadance/pkg-plist | 4 ++++ 6 files changed, 75 insertions(+) create mode 100644 games/xchadance/Makefile create mode 100644 games/xchadance/distinfo create mode 100644 games/xchadance/files/patch-aa create mode 100644 games/xchadance/pkg-comment create mode 100644 games/xchadance/pkg-descr create mode 100644 games/xchadance/pkg-plist (limited to 'games') diff --git a/games/xchadance/Makefile b/games/xchadance/Makefile new file mode 100644 index 000000000000..4431ce348a22 --- /dev/null +++ b/games/xchadance/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: xchadance +# Version required: 1.0 +# Date created: 21 August 1998 +# Whom: issei +# +# $Id$ +# + +DISTNAME= xchada01 +PKGNAME= xchadance-1.0 +CATEGORIES= games +MASTER_SITES= http://www.jp.FreeBSD.ORG/~issei/LOCAL_PORTS/ +EXTRACT_SUFX= .lzh + +MAINTAINER= issei@jp.FreeBSD.ORG + +BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha + +MAKEFILE= makefile +USE_X_PREFIX= yes +NO_WRKSUBDIR= yes + +EXTRACT_CMD= lha +EXTRACT_BEFORE_ARGS= e +EXTRACT_AFTER_ARGS= + +RESTRICTED= 'contains commercial character data' + +post-patch: + @cd ${WRKSRC}; \ + ${PATCH} < ${WRKSRC}/xchada01.bug + +post-install: +.if !defined(NOPORTOCS) + @${MKDIR} ${PREFIX}/share/doc/xchadance + @${INSTALL_DATA} ${WRKSRC}/README.jp ${PREFIX}/share/doc/xchadance + @${INSTALL_DATA} ${WRKSRC}/README.eng ${PREFIX}/share/doc/xchadance +.endif + +.include diff --git a/games/xchadance/distinfo b/games/xchadance/distinfo new file mode 100644 index 000000000000..b7951359d169 --- /dev/null +++ b/games/xchadance/distinfo @@ -0,0 +1 @@ +MD5 (xchada01.lzh) = 7ca27f4f7f976798d2f2b02c0c340f8f diff --git a/games/xchadance/files/patch-aa b/games/xchadance/files/patch-aa new file mode 100644 index 000000000000..5412997e8624 --- /dev/null +++ b/games/xchadance/files/patch-aa @@ -0,0 +1,26 @@ +--- makefile.orig Mon Mar 7 22:10:46 1994 ++++ makefile Fri Feb 19 08:58:24 1999 +@@ -1,6 +1,7 @@ + CC = gcc +-CFLAGS = -Wall -O +-BINDIR = /usr/local/bin/ ++CFLAGS+= -I${PREFIX}/include ++LDFLAGS+= -L${PREFIX}/lib -lX11 ++BINDIR= ${PREFIX}/bin/ + + + all : xchadance +@@ -9,11 +10,11 @@ + rm *.o *~ *.bak core.* a.out + + install : +- cp xchadance $(BINDIR) ++ install -s xchadance $(BINDIR) + + + xchadance : xchadance.o chadata.o +- $(CC) xchadance.o chadata.o -o xchadance -lX11 ++ $(CC) xchadance.o chadata.o -o xchadance ${LDFLAGS} + + + xchadance.o : xchadance.c xchadance.h diff --git a/games/xchadance/pkg-comment b/games/xchadance/pkg-comment new file mode 100644 index 000000000000..6f9f70162a32 --- /dev/null +++ b/games/xchadance/pkg-comment @@ -0,0 +1 @@ +Display a dancing girl "ChaCha." diff --git a/games/xchadance/pkg-descr b/games/xchadance/pkg-descr new file mode 100644 index 000000000000..29d58ccbacaf --- /dev/null +++ b/games/xchadance/pkg-descr @@ -0,0 +1,3 @@ +Display a dancing girl "ChaCha." + +She dance, dance and dance forever on your desktop. Enjoy! diff --git a/games/xchadance/pkg-plist b/games/xchadance/pkg-plist new file mode 100644 index 000000000000..e28661063cf0 --- /dev/null +++ b/games/xchadance/pkg-plist @@ -0,0 +1,4 @@ +bin/xchadance +share/doc/xchadance/README.eng +share/doc/xchadance/README.jp +@dirrm share/doc/xchadance -- cgit v1.2.3