summaryrefslogtreecommitdiff
path: root/games/blue/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-07-01 23:01:29 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-07-01 23:01:29 +0000
commit932839e220af70801a159691472163c672a3fad8 (patch)
treeb5cbd766280be7e0788ec8f07233f606dc856f64 /games/blue/Makefile
parentActivate xcoloredit. (diff)
Newport, blue:
A Blue Moon card solitaire PR: 3921 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=7173
Diffstat (limited to 'games/blue/Makefile')
-rw-r--r--games/blue/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/games/blue/Makefile b/games/blue/Makefile
new file mode 100644
index 000000000000..8e8034d636b3
--- /dev/null
+++ b/games/blue/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: blue
+# Version required: 2.3
+# Date created: 6 June 1997
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= blue-2.3
+CATEGORIES= games
+MASTER_SITES= ftp://locke.ccil.org/pub/esr/
+
+MAINTAINER= andy@icc.surw.chel.su
+
+NO_WRKSUBDIR= yes
+ALL_TARGET=
+MAN6= blue.6
+
+do-install:
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/blue ${PREFIX}/bin/blue
+ @ ${INSTALL_MAN} ${WRKSRC}/blue.6 ${PREFIX}/man/man6
+
+.include <bsd.port.mk>