diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2011-10-22 17:10:21 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2011-10-22 17:10:21 +0000 |
commit | c13df596fe812b185440515b0b1de86670a039c0 (patch) | |
tree | 0132b27e0e281fa88d3b783cfb567bc49c9caae0 /x11-themes | |
parent | 5fd79e5cbc10602dbeca7beebf741c2ad35e792b (diff) |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/emerald-themes/Makefile | 10 | ||||
-rw-r--r-- | x11-themes/emerald-themes/distinfo | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-themes/emerald-themes/Makefile b/x11-themes/emerald-themes/Makefile index b78d74622f96..a96d5175a867 100644 --- a/x11-themes/emerald-themes/Makefile +++ b/x11-themes/emerald-themes/Makefile @@ -6,20 +6,19 @@ # PORTNAME= emerald-themes -PORTVERSION= 0.5.2 +PORTVERSION= 0.6.0 CATEGORIES= x11-themes -MASTER_SITES= http://releases.compiz-fusion.org/${PORTVERSION}/ +MASTER_SITES= http://cgit.compiz.org/fusion/decorators/emerald-themes/snapshot/ MAINTAINER= ports@FreeBSD.org COMMENT= Themes for the Emerald Window Decorator -BROKEN= does not fetch - BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes +USE_AUTOTOOLS= autoconf:env automake:env aclocal:env autoheader:env CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -28,4 +27,7 @@ post-patch: @${REINPLACE_CMD} 's|/bin/bash|${LOCALBASE}/bin/bash|' \ ${WRKSRC}/themes/import.sh +pre-configure: + @cd ${WRKSRC} && ./autogen.sh + .include <bsd.port.mk> diff --git a/x11-themes/emerald-themes/distinfo b/x11-themes/emerald-themes/distinfo index de25cfc17958..bacb4ba7d028 100644 --- a/x11-themes/emerald-themes/distinfo +++ b/x11-themes/emerald-themes/distinfo @@ -1,2 +1,2 @@ -SHA256 (emerald-themes-0.5.2.tar.bz2) = 1c2c77a0fff352569a2f013e8b6c1fd99e2b6f9185c9a64d2cf2e918d9de4841 -SIZE (emerald-themes-0.5.2.tar.bz2) = 1563758 +SHA256 (emerald-themes-0.6.0.tar.bz2) = 0aaeb874155a22a36a539a3e9a3ffa37a23abafc2441d314d0164e5a74e4df7f +SIZE (emerald-themes-0.6.0.tar.bz2) = 1507219 |