mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
737c1cc56d
This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979
30 lines
715 B
Makefile
30 lines
715 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/net/libproxy-kde/Makefile,v 1.1 2011/01/12 13:10:53 kwm Exp $
|
|
|
|
PORTREVISION= 2
|
|
CATEGORIES= net devel
|
|
PKGNAMESUFFIX= -kde
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= KDE plug-in for libproxy
|
|
|
|
LIB_DEPENDS= libproxy.so:net/libproxy
|
|
|
|
MASTERDIR= ${.CURDIR}/../libproxy
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
ALL_TARGET= config_kde
|
|
USE_KDE= runtime
|
|
USES+= kde:4
|
|
|
|
LIBPROXY_SLAVE= kde
|
|
|
|
do-install:
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/modules/
|
|
${INSTALL_LIB} ${BUILD_WRKSRC}/libproxy/config_kde.so \
|
|
${STAGEDIR}${PREFIX}/lib/${PORTNAME}/${PORTVERSION}/modules/
|
|
|
|
.include "${MASTERDIR}/Makefile"
|