diff options
author | Xin LI <delphij@FreeBSD.org> | 2007-08-16 12:38:15 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2007-08-16 12:38:15 +0000 |
commit | ef8612393644246d6d144a64598f3c40e7a13790 (patch) | |
tree | a4c87e75d983579ba335ff9119e174574ec95fd1 /print/cjk-lyx | |
parent | 84af058d2679ae0780d6a08910f66f99f5df2886 (diff) | |
download | ports-ef8612393644246d6d144a64598f3c40e7a13790.tar.gz ports-ef8612393644246d6d144a64598f3c40e7a13790.zip |
Notes
Diffstat (limited to 'print/cjk-lyx')
-rw-r--r-- | print/cjk-lyx/Makefile | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/print/cjk-lyx/Makefile b/print/cjk-lyx/Makefile index d1b7f591331d..7f3b5c5c2d1c 100644 --- a/print/cjk-lyx/Makefile +++ b/print/cjk-lyx/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: lyx +# New ports collection makefile for: cjk-lyx # Date created: Sa 12 Okt 1996 19:20:51 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # @@ -7,7 +7,7 @@ PORTNAME= lyx PORTVERSION= 1.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print chinese japanese korean MASTER_SITES= ftp://cellular.phys.pusan.ac.kr/CJK-LyX/qt/ \ ftp://ftp.u-aizu.ac.jp/pub/tex/cjk-lyx/qt/ \ @@ -30,8 +30,6 @@ LIB_DEPENDS= boost_regex:${PORTSDIR}/devel/boost \ qt-mt:${PORTSDIR}/x11-toolkits/qt33 RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/texcm-ttf/cmex10.ttf:${PORTSDIR}/x11-fonts/texcm-ttf -BROKEN= Does not build - OPTIONS= ASPELL "Utilize ASPELL library" on \ ISPELL "Depend on ISPELL as well" off .if defined(LANG) && ${LANG:C/_.*//} == "ja" @@ -47,16 +45,12 @@ USE_PYTHON= yes USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes -EXTRACT_AFTER_ARGS=| ${TAR} -xf - --exclude ${PORTNAME}-${PORTVERSION}/intl/*.[ch] --exclude ${PORTNAME}-${PORTVERSION}/boost CONFIGURE_ARGS= --with-extra-lib="${LOCALBASE}/lib" \ - --without-included-boost \ --with-extra-inc="${LOCALBASE}/include" \ --with-frontend=qt \ --program-prefix="${PKGNAMEPREFIX}" CONFIGURE_ENV+= LDFLAGS=${PTHREAD_LIBS} CFLAGS= ${PTHREAD_CFLAGS} -MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ - AUTOHEADER="${TRUE}" MAN1= ${PKGNAMEPREFIX}lyx.1 ${PKGNAMEPREFIX}tex2lyx.1 ${PKGNAMEPREFIX}lyxclient.1 DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME} @@ -67,17 +61,6 @@ MAKE_ENV= TMPDIR=/tmp post-extract: ${MV} ${WRKSRC}/po/lyx.pot ${WRKSRC}/po/${PKGNAMEPREFIX}lyx.pot -post-patch: - # Removing mention of the bundled boost - ${REINPLACE_CMD} -e 's, boost/[^ ]*Makefile,,g' ${WRKSRC}/configure - ${REINPLACE_CMD} -e 's,detail/nullstream,utils/nullstream,' \ - ${WRKSRC}/src/pch.h ${WRKSRC}/src/support/pch.h \ - ${WRKSRC}/src/support/debugstream.h - ${REINPLACE_CMD} -e 's,boost/regex\.hpp,boost/cregex.hpp,' \ - ${WRKSRC}/src/support/filetools.C - ${REINPLACE_CMD} -e 's,/bin/bash,/bin/sh,' \ - ${WRKSRC}/src/support/tests/test_* - post-configure: # Removing explicit linking with -lc ${REINPLACE_CMD} -e 's,-lc ,,' ${WRKSRC}/*/Makefile |