diff options
author | taoka <taoka@FreeBSD.org> | 1999-03-30 22:22:44 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-03-30 22:22:44 +0800 |
commit | 20c97b0cec161803880c7407a2459014a79a50b6 (patch) | |
tree | d7529db8690ceb0d655e29f070acbf45ff98e3ad /games/CaribbeanStud/Makefile | |
parent | 1746d8253adbc5abad1f6bf1e3aa268ebd55b716 (diff) | |
download | freebsd-ports-gnome-20c97b0cec161803880c7407a2459014a79a50b6.tar.gz freebsd-ports-gnome-20c97b0cec161803880c7407a2459014a79a50b6.tar.zst freebsd-ports-gnome-20c97b0cec161803880c7407a2459014a79a50b6.zip |
Caribbean Stud gambling game for X Window System
PR: ports/7409
Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Diffstat (limited to 'games/CaribbeanStud/Makefile')
-rw-r--r-- | games/CaribbeanStud/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/games/CaribbeanStud/Makefile b/games/CaribbeanStud/Makefile new file mode 100644 index 000000000000..e961dc3c443f --- /dev/null +++ b/games/CaribbeanStud/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: CaribbeanStud +# Version required: 1.0 +# Date created: 4 July 1998 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= CS +PKGNAME= CaribbeanStud-1.0 +CATEGORIES= games +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= games + +MAINTAINER= andy@icc.surw.chel.su + +MAKEFILE= Xmakefile +REQUIRES_MOTIF= yes +USE_X_PREFIX= yes + +do-install: + @ ${INSTALL_PROGRAM} ${WRKSRC}/CaribbeanStud ${PREFIX}/bin + @ ${INSTALL_DATA} ${WRKSRC}/CaribbeanStud.res ${PREFIX}/lib/X11/app-defaults/CaribbeanStud +.if !defined(NOPORTDOCS) + @ ${MKDIR} ${PREFIX}/share/doc/CaribbeanStud + @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/CaribbeanStud + @ ${INSTALL_DATA} ${WRKSRC}/class.ps ${PREFIX}/share/doc/CaribbeanStud +.endif + +.include <bsd.port.mk> |