aboutsummaryrefslogtreecommitdiffstats
path: root/www/dillo/Makefile
blob: 311549eafe73bb6e68a09d21f949e62994ab095a (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
# New ports collection makefile for:   dillo
# Date created:        23 February 2001
# Whom:                George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#

PORTNAME=   dillo
PORTVERSION=    0.7.3
CATEGORIES= www
MASTER_SITES=   http://www.dillo.org/download/

MAINTAINER= ports@FreeBSD.org
COMMENT=    A fast, small graphical Web browser built upon GTK+

LIB_DEPENDS=    jpeg.9:${PORTSDIR}/graphics/jpeg \
        png.5:${PORTSDIR}/graphics/png

USE_BZIP2=  yes
USE_GNOME=  gnometarget gtk12
USE_REINPLACE=  yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

post-patch:
    @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g ; \
         s|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g' ${WRKSRC}/configure
    @${REINPLACE_CMD} -e 's|dillorc|dillorc.sample|g' ${WRKSRC}/Makefile.in
    @${CP} ${WRKSRC}/dillorc ${WRKSRC}/dillorc.sample

.include <bsd.port.mk>