diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-02-20 00:48:21 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-02-20 00:48:21 +0000 |
commit | 06216e20eabe920a85977c599ae7a27a1345b09f (patch) | |
tree | e985ba75fe7fadea10f01bdef60af035613aaed1 /games/xchadance/Makefile | |
parent | 0b19c45675b23854f5bb6d24dfec8e3b5cce9d0e (diff) | |
download | ports-06216e20eabe920a85977c599ae7a27a1345b09f.tar.gz ports-06216e20eabe920a85977c599ae7a27a1345b09f.zip |
Notes
Diffstat (limited to 'games/xchadance/Makefile')
-rw-r--r-- | games/xchadance/Makefile | 40 |
1 files changed, 40 insertions, 0 deletions
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 <issei@jp.FreeBSD.ORG> +# +# $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 <bsd.port.mk> |