mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Add stage support
- Convert USE_GMAKE to USES - Remove the indefinite article from COMMENT - Add libtool to USES - Use options helpers
This commit is contained in:
parent
a77e2439ca
commit
b2f9caff2c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343669
@ -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)
|
||||
|
@ -1,5 +1,6 @@
|
||||
include/compizconfig/ccs.h
|
||||
include/compizconfig/ccs-backend.h
|
||||
lib/libcompizconfig.so.0.0.0
|
||||
lib/libcompizconfig.so.0
|
||||
lib/libcompizconfig.so
|
||||
lib/libcompizconfig.la
|
||||
|
Loading…
Reference in New Issue
Block a user