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

PORTNAME=       dillo
PORTVERSION=    0.3.2
CATEGORIES=     www
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= greid@ukug.uk.freebsd.org

LIB_DEPENDS=    jpeg.9:${PORTSDIR}/graphics/jpeg \
        intl.1:${PORTSDIR}/devel/gettext

USE_GTK=    yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS+=--includedir="${LOCALBASE}/include" \
        --libdir="${LOCALBASE}/lib"
USE_GMAKE=  yes

.include <bsd.port.mk>