diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2000-03-19 03:10:36 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2000-03-19 03:10:36 +0000 |
commit | 4416dfd133d5fcdbdb57346a227cfa251e5226d3 (patch) | |
tree | be0d6beacfb0db99544c39bdd7a45072b92627d0 /games/xphotohunter/Makefile | |
parent | 42245e3151ff2a76794b2d3f160548565aefbe00 (diff) |
Notes
Diffstat (limited to 'games/xphotohunter/Makefile')
-rw-r--r-- | games/xphotohunter/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/games/xphotohunter/Makefile b/games/xphotohunter/Makefile index 80651776d857..8248e84a869e 100644 --- a/games/xphotohunter/Makefile +++ b/games/xphotohunter/Makefile @@ -7,22 +7,16 @@ # DISTNAME= xphotohunter-1.4 -CATEGORIES= chinese games +CATEGORIES= games MASTER_SITES= http://www.oz.nthu.edu.tw/~u860905/Xphotohunter/ MAINTAINER= clive@CirX.ORG -LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= gdk_imlib.5:${PORTSDIR}/graphics/imlib -USE_GMAKE= yes +USE_X_PREFIX= 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} "=========================================================" + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |