summaryrefslogtreecommitdiff
path: root/games/xphotohunter/Makefile
blob: 51c0b7ef76d628aac7bd5583c55612b2f64cb158 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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.5:${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>