summaryrefslogtreecommitdiff
path: root/games/sol/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-05-01 02:02:41 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-05-01 02:02:41 +0000
commitb5c20cf4dcbf604acfed26056adfc31658cf1d60 (patch)
tree2d378abc7e2c4190b88686ee1660834541f21b5e /games/sol/Makefile
parentAtari's "Missile Command" clone. (diff)
Solitaire card game for X Window System.
PR: 11379 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=18252
Diffstat (limited to 'games/sol/Makefile')
-rw-r--r--games/sol/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/games/sol/Makefile b/games/sol/Makefile
new file mode 100644
index 000000000000..afc491d57b46
--- /dev/null
+++ b/games/sol/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: sol
+# Version required: 1.0.6
+# Date created: 12 April 1998
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= sol-1.0.6
+CATEGORIES= games
+MASTER_SITES= http://home.sol.no/~sverrehu/pub-unix/files/
+
+MAINTAINER= andy@icc.surw.chel.su
+
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
+ shhopt.1:${PORTSDIR}/devel/libshhopt \
+ shhmsg.1:${PORTSDIR}/devel/libshhmsg \
+ xalloc.1:${PORTSDIR}/devel/libxalloc \
+ shhcards.1:${PORTSDIR}/games/libshhcards
+
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+
+MAN6= sol.6
+
+do-install:
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/sol ${PREFIX}/bin
+ @ ${MKDIR} ${PREFIX}/share/sol
+ @ ${INSTALL_DATA} ${WRKSRC}/sol.score ${PREFIX}/share/sol
+ @ ${INSTALL_MAN} ${WRKSRC}/sol.6 ${PREFIX}/man/man6
+ @ ${MKDIR} ${PREFIX}/share/doc/sol
+ @ ${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/share/doc/sol
+ @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sol
+ @ chown games:games ${PREFIX}/bin/sol
+ @ chown games:games ${PREFIX}/share/sol/sol.score
+ @ chmod 6755 ${PREFIX}/bin/sol
+ @ chmod 770 ${PREFIX}/share/sol
+ @ chmod 660 ${PREFIX}/share/sol/sol.score
+
+.include <bsd.port.mk>