summaryrefslogtreecommitdiff
path: root/games/xemeraldia/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-03-24 05:27:13 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-03-24 05:27:13 +0000
commit318f9e3350e005a08e37e41858bd747634e1bfd3 (patch)
treee40c4768114f1cbf354be1b15be6e1a155319200 /games/xemeraldia/Makefile
parentStrip binaries on install (diff)
Version 0.2 of xemeraldia. Drop blocks and break them.
Notes
Notes: svn path=/head/; revision=1190
Diffstat (limited to 'games/xemeraldia/Makefile')
-rw-r--r--games/xemeraldia/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/games/xemeraldia/Makefile b/games/xemeraldia/Makefile
new file mode 100644
index 000000000000..e3ab99514293
--- /dev/null
+++ b/games/xemeraldia/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: xemeraldia
+# Version required: 0.2
+# Date created: 22 Mar 1995
+# Whom: swallace
+#
+# $Id: Makefile,v 1.1.1.1 1995/01/03 08:46:26 swallace Exp $
+#
+
+DISTNAME= xemeraldia-0.2
+DISTFILES= 250.gz
+MASTER_SITES= ftp://ftp.kuis.kyoto-u.ac.jp/News.Archives/fj.sources/1995/
+USE_IMAKE= yes
+NO_INSTALL_MANPAGES= yes
+EXTRACT_COOKIE?= ${.CURDIR}/work/.extract_done
+
+extract: fetch ${EXTRACT_COOKIE}
+
+${EXTRACT_COOKIE}:
+ @${MAKE} ${.MAKEFLAGS} checksum pre-extract
+ @echo "===> Extracting for ${DISTNAME}"
+ @(cd ${DISTDIR}; zcat ${DISTFILES} | uudecode)
+ @rm -rf ${WRKDIR}
+ @mkdir -p ${WRKDIR}
+ @(cd ${WRKDIR}; ${EXTRACT_CMD} ${EXTRACT_ARGS} \
+ ${DISTDIR}/${DISTNAME}.tar.gz)
+ @${TOUCH} ${TOUCH_FLAGS} ${EXTRACT_COOKIE}
+
+
+pre-install:
+ touch ${PREFIX}/lib/X11/.xemeraldia.scores
+ chmod 666 ${PREFIX}/lib/X11/.xemeraldia.scores
+
+.include <bsd.port.mk>