diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-02-10 18:26:02 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-02-10 18:26:02 +0000 |
commit | b2f9caff2c8ec7ada300a946391fec87eec8c00a (patch) | |
tree | b7d9cf5a1eb03b8dc4c3dd84ad4e5c2f1ada7055 /x11-wm/libcompizconfig/Makefile | |
parent | a77e2439cae7bb09ca4242195312ea00334f9250 (diff) | |
download | ports-b2f9caff2c8ec7ada300a946391fec87eec8c00a.tar.gz ports-b2f9caff2c8ec7ada300a946391fec87eec8c00a.zip |
Notes
Diffstat (limited to 'x11-wm/libcompizconfig/Makefile')
-rw-r--r-- | x11-wm/libcompizconfig/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/x11-wm/libcompizconfig/Makefile b/x11-wm/libcompizconfig/Makefile index ffc84428a669..afb6d9bf1d33 100644 --- a/x11-wm/libcompizconfig/Makefile +++ b/x11-wm/libcompizconfig/Makefile @@ -8,17 +8,15 @@ CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org -COMMENT= An alternative configuration system for Compiz +COMMENT= Alternative configuration system for Compiz BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool -USES= pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig USE_GNOME= intltool libxml2 CPPFLAGS+= -I${LOCALBASE}/include @@ -28,13 +26,10 @@ OPTIONS_DEFINE= INOTIFY OPTIONS_DEFAULT= INOTIFY INOTIFY_DESC?= Enable inotify support -NO_STAGE= yes -.include <bsd.port.pre.mk> +INOTIFY_LIB_DEPENDS= libinotify.so:${PORTSDIR}/devel/libinotify +INOTIFY_LDFLAGS= -linotify -.if ${PORT_OPTIONS:MINOTIFY} -LIB_DEPENDS+= inotify.0:${PORTSDIR}/devel/libinotify -LDFLAGS+= -linotify -.endif +.include <bsd.port.pre.mk> post-patch: .if empty(PORT_OPTIONS:MINOTIFY) |