Fix typo in USE_BZIP2 and really use bzipped tarball.

Clean-up and unify with upcoming lyx-2.0

Approved by:	Raphael Kubo da Costa (maintainer) via irc
This commit is contained in:
Max Brazhnikov 2011-07-04 22:01:15 +00:00
parent 7f67d08d3a
commit da78f814ff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277070
3 changed files with 13 additions and 11 deletions

View file

@ -6,7 +6,8 @@
# #
PORTNAME= lyx PORTNAME= lyx
PORTVERSION= ${MAJOR_VERSION}.10 PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION}
PORTREVISION= 1
CATEGORIES= print editors CATEGORIES= print editors
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \ MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \
http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \ http://www-ftp.lip6.fr/ftp/pub/lyx/stable/${MAJOR_VERSION}.x/ \
@ -18,21 +19,24 @@ MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/${MAJOR_VERSION}.x/ \
MAINTAINER= kubito@gmail.com MAINTAINER= kubito@gmail.com
COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) (stable) COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) (stable)
LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs
LICENSE= GPLv2 LICENSE= GPLv2
CONFLICTS= lyx-1.4* lyx-devel-* LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs
MAJOR_VERSION= 1.6
USE_BZIP= yes LATEST_LINK= lyx16
CONFLICTS= lyx-1.4* lyx-devel-* lyx-2*
MAJOR_VERSION= 1.6
MINOR_VERSION= 10
USE_BZIP2= yes
USE_GMAKE= yes USE_GMAKE= yes
USE_QT_VER= 4 USE_QT_VER= 4
QT_COMPONENTS= gui moc_build uic_build rcc_build QT_COMPONENTS= gui moc_build uic_build rcc_build
USE_PYTHON= yes USE_PYTHON= yes
USE_PERL= yes USE_PERL= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" CPPFLAGS= ${PTHREAD_CFLAGS}
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
CONFIGURE_ARGS= --with-frontend=qt4 \ CONFIGURE_ARGS= --with-frontend=qt4 \
--without-included-boost \ --without-included-boost \
--without-included-gettext \ --without-included-gettext \

View file

@ -1,2 +1,2 @@
SHA256 (lyx-1.6.10.tar.gz) = 9b4b59968f3313b8d74ed387900f795183dd726a9bee76c657302d63dc54471f SHA256 (lyx-1.6.10.tar.bz2) = dcfb6fc0f6880e706d45ea16459ed2206265179f3882b4685e4955c18adaf569
SIZE (lyx-1.6.10.tar.gz) = 16366547 SIZE (lyx-1.6.10.tar.bz2) = 12559454

View file

@ -1,6 +1,4 @@
For lyx to work you need to install some kind of TeX software. For lyx to work you need to install some kind of TeX software.
The easiest way is probably to install print/teTeX port which is quite old. The easiest way is probably to install print/teTeX port which is quite old.
A newer alternative could be TeXLive: A newer alternative could be TeXLive:
http://code.google.com/p/freebsd-texlive/ http://code.google.com/p/freebsd-texlive/