2002-08-19 22:11:18 +02:00
|
|
|
# New ports collection makefile for: pan2
|
|
|
|
# Date created: 19 August 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
1999-08-30 07:47:33 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-10-14 10:54:54 +02:00
|
|
|
# $MCom: ports/news/pan/Makefile,v 1.4 2006/10/11 11:55:59 ahze Exp $
|
1999-08-30 07:47:33 +02:00
|
|
|
#
|
|
|
|
|
2006-05-28 15:01:01 +02:00
|
|
|
PORTNAME= pan
|
2006-10-14 10:54:54 +02:00
|
|
|
PORTVERSION= 0.116
|
2006-10-14 19:41:29 +02:00
|
|
|
PORTREVISION= 1
|
1999-08-30 07:47:33 +02:00
|
|
|
CATEGORIES= news gnome
|
2006-10-14 10:54:54 +02:00
|
|
|
MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/source/
|
2002-08-19 22:11:18 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
1999-08-30 07:47:33 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2006-10-14 10:54:54 +02:00
|
|
|
COMMENT= Threaded GTK+2 newsreader based on Agent for Windows
|
1999-08-30 07:47:33 +02:00
|
|
|
|
2006-10-14 10:54:54 +02:00
|
|
|
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre-utf8 \
|
|
|
|
gmime-2.0.4:${PORTSDIR}/mail/gmime2
|
2002-08-19 22:11:18 +02:00
|
|
|
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_XLIB= yes
|
1999-08-30 07:47:33 +02:00
|
|
|
USE_BZIP2= yes
|
2000-10-05 09:17:31 +02:00
|
|
|
USE_GMAKE= yes
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_GNOME= gnomehack gnometarget gtk20 intlhack
|
2006-05-16 00:23:04 +02:00
|
|
|
USE_GETTEXT= yes
|
2003-07-18 02:41:18 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-12-06 10:41:45 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
2004-07-25 23:13:38 +02:00
|
|
|
LIBS="-L${LOCALBASE}/lib -lgnuregex"
|
1999-08-30 07:47:33 +02:00
|
|
|
|
2004-04-11 23:03:37 +02:00
|
|
|
OPTIONS= GTKSPELL "Enable spell checking support" on
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if defined(WITHOUT_GTKSPELL)
|
2006-10-14 10:54:54 +02:00
|
|
|
CONFIGURE_ARGS+= --without-gtkspell
|
2004-04-11 23:03:37 +02:00
|
|
|
.else
|
2006-05-28 17:54:10 +02:00
|
|
|
LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell
|
2006-10-14 10:54:54 +02:00
|
|
|
CONFIGURE_ARGS+= --with-gtkspell
|
2004-04-11 23:03:37 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|