aboutsummaryrefslogtreecommitdiffstats
path: root/print/lyx16
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2011-07-05 06:01:15 +0800
committermakc <makc@FreeBSD.org>2011-07-05 06:01:15 +0800
commit4a3547523c43d9946155998b8b5db56ab0254451 (patch)
tree01850005568528501ce5465f9015874df66a5b7e /print/lyx16
parent6022751c9f0b3bf26425961f88205f3d3d888dab (diff)
downloadfreebsd-ports-gnome-4a3547523c43d9946155998b8b5db56ab0254451.tar.gz
freebsd-ports-gnome-4a3547523c43d9946155998b8b5db56ab0254451.tar.zst
freebsd-ports-gnome-4a3547523c43d9946155998b8b5db56ab0254451.zip
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
Diffstat (limited to 'print/lyx16')
-rw-r--r--print/lyx16/Makefile16
-rw-r--r--print/lyx16/distinfo4
-rw-r--r--print/lyx16/pkg-message2
3 files changed, 12 insertions, 10 deletions
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile
index 0e0acda58be8..121237f4d22e 100644
--- a/print/lyx16/Makefile
+++ b/print/lyx16/Makefile
@@ -6,7 +6,8 @@
#
PORTNAME= lyx
-PORTVERSION= ${MAJOR_VERSION}.10
+PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION}
+PORTREVISION= 1
CATEGORIES= print editors
MASTER_SITES= ftp://ftp.lyx.org/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
COMMENT= Document processor interfaced with LaTeX (nearly WYSIWYG) (stable)
-LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs
-
LICENSE= GPLv2
-CONFLICTS= lyx-1.4* lyx-devel-*
+LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs
+
+LATEST_LINK= lyx16
+CONFLICTS= lyx-1.4* lyx-devel-* lyx-2*
MAJOR_VERSION= 1.6
+MINOR_VERSION= 10
-USE_BZIP= yes
+USE_BZIP2= yes
USE_GMAKE= yes
USE_QT_VER= 4
QT_COMPONENTS= gui moc_build uic_build rcc_build
USE_PYTHON= yes
USE_PERL= 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 \
--without-included-boost \
--without-included-gettext \
diff --git a/print/lyx16/distinfo b/print/lyx16/distinfo
index 2cb1a5bbdcf2..687e510fc761 100644
--- a/print/lyx16/distinfo
+++ b/print/lyx16/distinfo
@@ -1,2 +1,2 @@
-SHA256 (lyx-1.6.10.tar.gz) = 9b4b59968f3313b8d74ed387900f795183dd726a9bee76c657302d63dc54471f
-SIZE (lyx-1.6.10.tar.gz) = 16366547
+SHA256 (lyx-1.6.10.tar.bz2) = dcfb6fc0f6880e706d45ea16459ed2206265179f3882b4685e4955c18adaf569
+SIZE (lyx-1.6.10.tar.bz2) = 12559454
diff --git a/print/lyx16/pkg-message b/print/lyx16/pkg-message
index 5aaf2c679960..f9b07c285ad4 100644
--- a/print/lyx16/pkg-message
+++ b/print/lyx16/pkg-message
@@ -1,6 +1,4 @@
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.
-
A newer alternative could be TeXLive:
http://code.google.com/p/freebsd-texlive/