From 0759ef151b45ce99c1d0e66e6433243538f36926 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Sat, 13 Aug 2011 15:37:58 +0000 Subject: Update to 0.135. Add optional GTK+3 UI option. Add LICENSE. PR: ports/159723 (based on) Submitted by: "Conrad J. Sabatier" --- news/pan/Makefile | 25 ++++++++++++++++++------- news/pan/distinfo | 4 ++-- 2 files changed, 20 insertions(+), 9 deletions(-) (limited to 'news/pan') diff --git a/news/pan/Makefile b/news/pan/Makefile index 980c3fd6eb58..394e79896abd 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -7,30 +7,41 @@ # PORTNAME= pan -PORTVERSION= 0.134 +PORTVERSION= 0.135 CATEGORIES= news gnome MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/source/ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= Threaded GTK+2 newsreader based on Agent for Windows +COMMENT= Threaded GTK+ newsreader based on Agent for Windows + +LICENSE= GPLv2 LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ gmime-2.4.6:${PORTSDIR}/mail/gmime24 USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack gtk20 intlhack +USE_GNOME= gnomehack intlhack USE_GETTEXT= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib -lgnuregex" +CPPFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lgnuregex" -OPTIONS= GTKSPELL "Enable spell checking support" on +OPTIONS= GTKSPELL "Enable spell checking support (gtk+2 only)" on \ + GTK3 "Build with gtk+3 based UI instead of gtk+2" off .include -.if defined(WITHOUT_GTKSPELL) +.if defined(WITHOUT_GTK3) +USE_GNOME+= gtk20 +CONFIGURE_ARGS+=--without-gtk3 +.else +USE_GNOME+= gtk30 +CONFIGURE_ARGS+=--with-gtk3 +.endif + +.if defined(WITHOUT_GTKSPELL) || defined(WITH_GTK3) CONFIGURE_ARGS+= --without-gtkspell .else LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell diff --git a/news/pan/distinfo b/news/pan/distinfo index 040b988d78fd..d4142348d2d4 100644 --- a/news/pan/distinfo +++ b/news/pan/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnome2/pan-0.134.tar.bz2) = f29a5fdbfe0c1fe30fdf3fea35752e39afda124febe52658c2a4dad0f63c8849 -SIZE (gnome2/pan-0.134.tar.bz2) = 1400238 +SHA256 (gnome2/pan-0.135.tar.bz2) = ba73fb8b1f867f9d18ec5ecf19d60e902041b4fcb1584d49a320037de93bc929 +SIZE (gnome2/pan-0.135.tar.bz2) = 1404420 -- cgit v1.2.3