58c3144236
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
38 lines
1 KiB
Makefile
38 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.24 2006/12/15 20:33:00 joerg Exp $
|
|
|
|
DISTNAME= lyx-${LYX_VERS}
|
|
PKGNAME= cjk-${DISTNAME}
|
|
PKGREVISION= 6
|
|
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@NetBSD.org
|
|
HOMEPAGE= http://cellular.phys.pusan.ac.kr/cjk.html
|
|
COMMENT= Multibyte version of LyX
|
|
|
|
LYX_VERS= 1.2.0
|
|
|
|
CONFLICTS= lyx-[0-9]*
|
|
|
|
DEPENDS+= ispell-base-[0-9]*:../../textproc/ispell-base
|
|
|
|
TEX_ACCEPTED= teTeX3
|
|
USE_LANGUAGES= c c++
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= perl:run msgfmt
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
.include "../../x11/xforms/buildlink3.mk"
|
|
.include "../../mk/tex.buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|