15 lines
270 B
Makefile
15 lines
270 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= net devel
|
|
PKGNAMESUFFIX= -${LIBPROXY_SLAVE}
|
|
|
|
COMMENT= GSettings-based configuration plug-in for libproxy
|
|
|
|
USES= gnome
|
|
USE_GNOME= glib20
|
|
|
|
LIBPROXY_SLAVE= gnome3
|
|
MASTERDIR= ${.CURDIR}/../libproxy
|
|
|
|
.include "${MASTERDIR}/Makefile"
|