mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
752d75a841
PR: 14192 Submitted by: maintainer
29 lines
708 B
Makefile
29 lines
708 B
Makefile
# New ports collection makefile for: xphotohunter
|
|
# Version required: 1.4
|
|
# Date created: 12 Aug 1999
|
|
# Whom: clive
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xphotohunter-1.4
|
|
CATEGORIES= chinese games
|
|
MASTER_SITES= http://www.oz.nthu.edu.tw/~u860905/Xphotohunter/
|
|
|
|
MAINTAINER= 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>
|