2009-02-27 06:28:08 +01:00
|
|
|
# New ports collection makefile for: libproxy-gnome
|
|
|
|
# Date created: 26 February 2009
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2011-08-23 20:29:54 +02:00
|
|
|
# $MCom: ports/net/libproxy-gnome/Makefile,v 1.1 2011/01/12 13:10:53 kwm Exp $
|
2009-02-27 06:28:08 +01:00
|
|
|
|
2011-08-23 20:29:54 +02:00
|
|
|
PORTREVISION= 0
|
2009-02-27 06:28:08 +01:00
|
|
|
CATEGORIES= net devel
|
|
|
|
PKGNAMESUFFIX= -gnome
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= GNOME plug-in for libproxy
|
|
|
|
|
2011-08-23 20:29:54 +02:00
|
|
|
LIB_DEPENDS= proxy.1:${PORTSDIR}/net/libproxy
|
2009-02-27 06:28:08 +01:00
|
|
|
|
|
|
|
MASTERDIR= ${.CURDIR}/../libproxy
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
USE_GNOME= gconf2
|
|
|
|
|
2011-08-23 20:29:54 +02:00
|
|
|
LIBPROXY_SLAVE= gnome
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${MKDIR} ${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/modules/
|
|
|
|
${INSTALL_LIB} ${WRKSRC}/libproxy/config_gnome.so \
|
|
|
|
${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/modules/
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/libproxy/pxgconf \
|
|
|
|
${PREFIX}/libexec/
|
2009-02-27 06:28:08 +01:00
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|