Add WITH_I18N option to support the impending cjk-lyx

PR:		ports/82191
Submitted by:	Koji Yokota <yokota@res.otaru-uc.ac.jp>
Approved by:	mikeh (maintainer, timeout, 2 months and a bit)
This commit is contained in:
Sam Lawrance 2005-09-03 14:58:00 +00:00
parent b5fd87955c
commit 6304bfd8fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141840
2 changed files with 13 additions and 2 deletions

View File

@ -14,15 +14,24 @@ MASTER_SITES= ${MASTER_SITE_SAVANNAH} \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= ${PORTNAME}/stable.pkg/${PORTVERSION} \
mikeh
USE_REINPLACE= yes
REINPLACE_ARGS= -i ""
MAINTAINER= mikeh@FreeBSD.ORG
COMMENT= A graphical user interface toolkit for X Window System
MAINTAINER?= mikeh@FreeBSD.ORG
COMMENT?= A graphical user interface toolkit for X Window System
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff
.if defined(WITH_I18N)
PKGNAMESUFFIX= -i18n
PATCH_SITES= ftp://cellular.phys.pusan.ac.kr/CJK-LyX/xforms/ \
http://www.otaru-uc.ac.jp/~yokota/comp/
PATCHFILES= xforms-1.0-i18n_7.patch
PATCH_DIST_STRIP= -p1
.endif
USE_XPM= yes
USE_IMAKE= yes
INSTALLS_SHLIB= yes

View File

@ -1,2 +1,4 @@
MD5 (xforms-1.0.tar.gz) = 64adf1c489b629a92218f7c140f4bdaf
SIZE (xforms-1.0.tar.gz) = 1012878
MD5 (xforms-1.0-i18n_7.patch) = 56a19c84ba63af99902a21c21e27ec1f
SIZE (xforms-1.0-i18n_7.patch) = 48814