forked from Lainports/opnsense-ports
15 lines
299 B
Makefile
15 lines
299 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= net devel
|
|
PKGNAMESUFFIX= -${LIBPROXY_SLAVE}
|
|
|
|
COMMENT= GConf-based plug-in for libproxy
|
|
|
|
USE_GNOME= gconf2 glib20
|
|
|
|
LIBPROXY_SLAVE= gnome2
|
|
MASTERDIR= ${.CURDIR}/../libproxy
|
|
|
|
.include "${MASTERDIR}/Makefile"
|