1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/net/libproxy-gnome/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

31 lines
735 B
Makefile

# New ports collection makefile for: libproxy-gnome
# Date created: 26 February 2009
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 3
CATEGORIES= net devel
PKGNAMESUFFIX= -gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME plug-in for libproxy
LIB_DEPENDS= proxy.0:${PORTSDIR}/net/libproxy
MASTERDIR= ${.CURDIR}/../libproxy
BUILD_WRKSRC= ${WRKSRC}/src/plugins
INSTALL_WRKSRC= ${BUILD_WRKSRC}
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
USE_XORG= xmu x11
USE_GNOME= gconf2
CONFIGURE_ARGS=--with-gnome --without-kde --without-webkit \
--without-mozjs --without-networkmanager --without-python \
--without-envvar --without-file
LIBPROXY_SLAVE= yes
.include "${MASTERDIR}/Makefile"