diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-01-21 17:08:18 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-01-21 17:08:18 +0000 |
commit | ae5c835108b2f0df098fca8649d10a5188a9e126 (patch) | |
tree | 3000c8c46576c708d548a42f4c7a40a1094c7202 /games/qkmj/Makefile | |
parent | add checkservice, tool for check status of services (diff) |
New port: QKMJ
This is a server-client version of Ma2Jiang4, sometimes called
"Mah-jong" in English. The rules are complicated and available via
a search engine.
Reviewed by: phj@cn.FreeBSD.org
Notes
Notes:
svn path=/head/; revision=37405
Diffstat (limited to 'games/qkmj/Makefile')
-rw-r--r-- | games/qkmj/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/games/qkmj/Makefile b/games/qkmj/Makefile new file mode 100644 index 000000000000..88989b6a6826 --- /dev/null +++ b/games/qkmj/Makefile @@ -0,0 +1,29 @@ +# ports collection makefile for: qkmj +# Date created: 21 Jan 2001 +# Whom: clive +# +# $FreeBSD$ +# + +PORTNAME= qkmj +PORTVERSION= 95p4 +CATEGORIES= games chinese +MASTER_SITES= ftp://ftp.csie.nctu.edu.tw/pub/CSIE/qkmj/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTNAME}${PORTVERSION} +DISTNAME= ${PORTNAME}${PORTVERSION}-freebsd +EXTRACT_SUFX= +EXTRACT_ONLY= + +MAINTAINER= clive@FreeBSD.org + +NO_WRKSUBDIR= yes +NO_BUILD= yes +NO_CDROM= 'Do not sell for profit.' + +FETCH_BEFORE_ARGS= -b + +do-install: + ${INSTALL} -c ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/${DISTNAME} + @${LN} -s ${PREFIX}/bin/${DISTNAME} ${PREFIX}/bin/${PORTNAME} + @${CAT} ${PKGMESSAGE} +.include <bsd.port.mk> |