aboutsummaryrefslogtreecommitdiffstats
path: root/www/glibwww/Makefile
blob: ff6ee8c53f0924a3ef5c59c13d001a63a29ca4e1 (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
# New ports collection makefile for:    glibwww
# Date created:             26 July 2000
# Whom:                 Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   glibwww
PORTVERSION=    0.2
PORTREVISION=   9
CATEGORIES= www gnome
MASTER_SITES=   GNOME

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A library for people wanting to use libwww with gtk/gnome

LIB_DEPENDS=    wwwzip.1:${PORTSDIR}/www/libwww

USE_AUTOTOOLS=  libtool:22
USE_GMAKE=  yes
USE_GNOME=  gnomelibs
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>