2005-11-11 19:50:23 +01:00
|
|
|
# $NetBSD: Makefile,v 1.18 2005/11/11 18:50:24 tonio Exp $
|
2002-07-19 14:32:31 +02:00
|
|
|
|
|
|
|
DISTNAME= lyx-${LYX_VERS}
|
|
|
|
PKGNAME= cjk-${DISTNAME}
|
2004-10-03 02:12:51 +02:00
|
|
|
PKGREVISION= 4
|
2002-07-19 14:32:31 +02:00
|
|
|
CATEGORIES= print
|
|
|
|
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
|
|
|
|
ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/ \
|
|
|
|
ftp://ftp.sdsc.edu/pub/other/lyx/stable/
|
|
|
|
|
|
|
|
PATCH_SITES= ftp://stone.phys.pusan.ac.kr/pub/CJK-LyX/
|
|
|
|
PATCHFILES= CJK-LyX-${LYX_VERS}-patch
|
|
|
|
PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -p0
|
|
|
|
|
|
|
|
MAINTAINER= rxg@ms25.url.com.tw
|
|
|
|
HOMEPAGE= http://cellular.phys.pusan.ac.kr/cjk.html
|
2003-07-21 19:10:16 +02:00
|
|
|
COMMENT= Multibyte version of LyX
|
2002-07-19 14:32:31 +02:00
|
|
|
|
|
|
|
LYX_VERS= 1.2.0
|
|
|
|
|
2002-09-21 08:30:45 +02:00
|
|
|
CONFLICTS= lyx-[0-9]*
|
2002-07-19 14:32:31 +02:00
|
|
|
|
|
|
|
DEPENDS+= ispell-base-[0-9]*:../../textproc/ispell-base
|
|
|
|
|
2005-11-11 19:50:23 +01:00
|
|
|
TEX_ACCEPTED= teTeX1 teTeX2 teTeX3
|
2004-11-13 23:04:52 +01:00
|
|
|
USE_LANGUAGES= c c++
|
2003-01-10 08:39:46 +01:00
|
|
|
USE_PKGLOCALEDIR= yes
|
2005-07-16 03:19:06 +02:00
|
|
|
USE_TOOLS+= perl:run
|
2002-09-21 08:30:45 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
|
2004-05-09 06:14:51 +02:00
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
|
|
.include "../../graphics/xpm/buildlink3.mk"
|
|
|
|
.include "../../x11/xforms/buildlink3.mk"
|
2005-11-08 21:33:50 +01:00
|
|
|
.include "../../mk/tex.buildlink3.mk"
|
2002-07-19 14:32:31 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|