summaryrefslogblamecommitdiffstats
path: root/net/libproxy-gnome/Makefile
blob: 33b181785e950ccd0513fb9a254973bcb057b00c (plain) (tree)






























                                                                  
# New ports collection makefile for:    libproxy-gnome
# Date created:     26 February 2009
# Whom:         Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#    $MCom$

PORTREVISION=   0
CATEGORIES= net devel
PKGNAMESUFFIX=  -gnome

MAINTAINER= gnome@FreeBSD.org
COMMENT=    GNOME plug-in for libproxy

LIB_DEPENDS=    proxy.1:${PORTSDIR}/net/libproxy

MASTERDIR=  ${.CURDIR}/../libproxy
DESCR=      ${.CURDIR}/pkg-descr
PLIST=      ${.CURDIR}/pkg-plist
USE_GNOME=  gconf2

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/

.include "${MASTERDIR}/Makefile"