summaryrefslogtreecommitdiff
path: root/games/3dc/Makefile
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-05-03 23:27:37 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-05-03 23:27:37 +0000
commit14b487fa47f592ac04c689b18581913c15020cbd (patch)
treed84fff509e41bb6ba2ee7a82eb3902b64df83c67 /games/3dc/Makefile
parentUpgrade to git-4.3.17 (diff)
Import of 3dc, a three-dimensional chess game for X11.
PR: 6491 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=10827
Diffstat (limited to 'games/3dc/Makefile')
-rw-r--r--games/3dc/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/games/3dc/Makefile b/games/3dc/Makefile
new file mode 100644
index 000000000000..381694e7427c
--- /dev/null
+++ b/games/3dc/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: 3Dc
+# Version required: 0.8.1
+# Date created: 2 May 1998
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= 3Dc-0.8.1
+PKGNAME= 3dc-0.8.1
+CATEGORIES= games x11
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= games/strategy
+
+MAINTAINER= andy@icc.surw.chel.su
+
+LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
+ Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d
+
+USE_X11= yes
+WRKSRC= ${WRKDIR}/3Dc
+
+do-build:
+ @ cd ${WRKSRC}/src; make
+
+do-install:
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/src/3Dc ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ @ ${MKDIR} ${PREFIX}/share/doc/3Dc
+.for file in 3Dc-rules.html ACKNOWLEDGEMENTS GPL README TODO
+ @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/3Dc
+.endfor
+.endif
+
+.include <bsd.port.mk>