blob: 5c153221978f2769b1ad5d7c3dc1a62108dd3167 (
plain) (
tree)
|
|
# New ports collection makefile for: pan2
# Date created: 19 August 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/news/pan-devel/Makefile,v 1.8 2006/09/21 19:13:27 mezz Exp $
PORTNAME= pan
PORTVERSION= 0.114
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
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre-utf8 \
gmime-2.0.4:${PORTSDIR}/mail/gmime2
USE_XLIB= yes
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnometarget gtk20 intlhack
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib -lgnuregex"
OPTIONS= GTKSPELL "Enable spell checking support" on
.include <bsd.port.pre.mk>
.if defined(WITHOUT_GTKSPELL)
CONFIGURE_ARGS+= --without-gtkspell
.else
LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell
CONFIGURE_ARGS+= --with-gtkspell
.endif
.include <bsd.port.post.mk>
|