2002-08-19 20:11:18 +00:00
|
|
|
# New ports collection makefile for: pan2
|
|
|
|
# Date created: 19 August 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
1999-08-30 05:47:33 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2002-08-19 20:11:18 +00:00
|
|
|
PORTNAME= pan2
|
2004-11-08 06:28:13 +00:00
|
|
|
PORTVERSION= 0.14.2.91
|
2005-11-05 05:22:06 +00:00
|
|
|
PORTREVISION= 4
|
1999-08-30 05:47:33 +00:00
|
|
|
CATEGORIES= news gnome
|
2002-08-08 15:06:37 +00:00
|
|
|
MASTER_SITES= http://pan.rebelbase.com/download/releases/${PORTVERSION}/SOURCE/ \
|
2003-07-25 04:58:36 +00:00
|
|
|
http://pan.rebelbase.com/download/obsolete/${PORTVERSION}/SOURCE/
|
2002-08-19 20:11:18 +00:00
|
|
|
DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
|
|
|
|
DIST_SUBDIR= gnome2
|
1999-08-30 05:47:33 +00:00
|
|
|
|
2001-05-11 16:36:50 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-02-23 17:48:22 +00:00
|
|
|
COMMENT= Threaded GNOME 2 newsreader based on Agent for Windows
|
1999-08-30 05:47:33 +00:00
|
|
|
|
2004-11-08 06:28:13 +00:00
|
|
|
LIB_DEPENDS= gnet-2.0.0:${PORTSDIR}/net/gnet2 \
|
2006-05-01 03:49:24 +00:00
|
|
|
pcre.0:${PORTSDIR}/devel/pcre-utf8
|
2002-08-19 20:11:18 +00:00
|
|
|
|
1999-08-30 05:47:33 +00:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 07:17:31 +00:00
|
|
|
USE_GMAKE= yes
|
2004-06-19 22:19:21 +00:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnometarget libxml2 gtk20
|
2006-05-15 22:23:04 +00:00
|
|
|
USE_GETTEXT= yes
|
2003-07-18 00:41:18 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2001-12-06 09:41:45 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
2004-07-25 21:13:38 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib -lgnuregex"
|
1999-08-30 05:47:33 +00:00
|
|
|
|
2004-04-11 21:03:37 +00: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 21:39:07 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|apps/Internet|applications|g' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
2004-04-11 21:03:37 +00:00
|
|
|
.include <bsd.port.post.mk>
|