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$
|
|
|
|
#
|
|
|
|
|
2002-08-19 22:11:18 +02:00
|
|
|
PORTNAME= pan2
|
2004-11-08 07:28:13 +01:00
|
|
|
PORTVERSION= 0.14.2.91
|
2005-03-12 11:54:27 +01:00
|
|
|
PORTREVISION= 3
|
1999-08-30 07:47:33 +02:00
|
|
|
CATEGORIES= news gnome
|
2002-08-08 17:06:37 +02:00
|
|
|
MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/SOURCE/ \
|
2003-07-25 06:58:36 +02:00
|
|
|
http://pan.rebelbase.com/download/obsolete/${PORTVERSION}/SOURCE/
|
2002-08-19 22:11:18 +02:00
|
|
|
DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
|
|
|
|
DIST_SUBDIR= gnome2
|
1999-08-30 07:47:33 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-02-23 18:48:22 +01:00
|
|
|
COMMENT= Threaded GNOME 2 newsreader based on Agent for Windows
|
1999-08-30 07:47:33 +02:00
|
|
|
|
2004-11-08 07:28:13 +01:00
|
|
|
LIB_DEPENDS= gnet-2.0.0:${PORTSDIR}/net/gnet2 \
|
|
|
|
pcre.0:${PORTSDIR}/devel/pcre
|
2002-08-19 22:11:18 +02:00
|
|
|
|
1999-08-30 07:47:33 +02:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 09:17:31 +02:00
|
|
|
USE_GMAKE= yes
|
2004-06-20 00:19:21 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnometarget libxml2 gtk20
|
2005-02-20 22:39:07 +01:00
|
|
|
USE_REINPLACE= 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)
|
|
|
|
CONFIGURE_ARGS+= --disable-gtkspell
|
|
|
|
.else
|
|
|
|
LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2
|
|
|
|
.endif
|
|
|
|
|
2005-02-20 22:39:07 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|apps/Internet|applications|g' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
2004-04-11 23:03:37 +02:00
|
|
|
.include <bsd.port.post.mk>
|