summaryrefslogtreecommitdiff
path: root/games/xphotohunter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xphotohunter/Makefile')
-rw-r--r--games/xphotohunter/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/games/xphotohunter/Makefile b/games/xphotohunter/Makefile
new file mode 100644
index 000000000000..9c034f2d16f8
--- /dev/null
+++ b/games/xphotohunter/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: xphotohunter
+# Version required: 1.3
+# Date created: 12 Aug 1999
+# Whom: clive
+#
+# $FreeBSD$
+#
+
+DISTNAME= xphotohunter-1.3
+PKGNAME= zh-xphotohunter-1.3
+CATEGORIES= chinese games
+MASTER_SITES= http://www.oz.nthu.edu.tw/~u860905/Xphotohunter/
+
+MAINTAINER= Clive Lin <clive@CirX.ORG>
+
+LIB_DEPENDS= Imlib.4:${PORTSDIR}/graphics/imlib
+
+USE_GMAKE= yes
+
+post-install:
+ @${ECHO} "========================================================="
+ @${ECHO} "Notice: to see Chinese fonts correctly, you must set 2"
+ @${ECHO} "environment variables :"
+ @${ECHO} "LC_CTYPE=zh_TW.Big5"
+ @${ECHO} "LC_MESSAGES=zh_TW.Big5"
+ @${ECHO} " "
+ @${ECHO} "========================================================="
+
+.include <bsd.port.mk>