summaryrefslogtreecommitdiffstats
path: root/news/pan/Makefile
blob: c818f6de02218bf29af1f40e1260d4f2a536d442 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# New ports collection makefile for:    pan2
# Date created:             19 August 2002
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/news/pan/Makefile,v 1.6 2008/01/13 05:25:29 mezz Exp $
#

PORTNAME=   pan
PORTVERSION=    0.132
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 \
        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

post-patch:
    @${FIND} ${WRKSRC} -name "Makefile.in"| ${XARGS} ${REINPLACE_CMD} -e \
        's|noinst_PROGRAMS = |noinst_PROGRAMS = #|g'
    @${REINPLACE_CMD} -e 's|glib/gmessages.h|glib/gtestutils.h|g' \
        ${WRKSRC}/pan/data-impl/my-tree.cc

.include <bsd.port.post.mk>