1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/www/dillo2/Makefile
Dmitry Sivachenko e27be0e14f Add dillo 0.3.2, a fast, small graphical Web browser built upon GTK+.
PR:		25312
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-02-26 10:36:27 +00:00

26 lines
580 B
Makefile

# 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>