2007-05-19 22:36:56 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= emerald-themes
|
2011-10-22 19:10:21 +02:00
|
|
|
PORTVERSION= 0.6.0
|
2007-05-19 22:36:56 +02:00
|
|
|
CATEGORIES= x11-themes
|
2011-10-22 19:10:21 +02:00
|
|
|
MASTER_SITES= http://cgit.compiz.org/fusion/decorators/emerald-themes/snapshot/
|
2007-05-19 22:36:56 +02:00
|
|
|
|
2011-07-05 04:51:42 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-05-19 22:36:56 +02:00
|
|
|
COMMENT= Themes for the Emerald Window Decorator
|
|
|
|
|
|
|
|
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-07-29 20:41:15 +02:00
|
|
|
USES= gmake shebangfix tar:bzip2
|
2011-10-22 19:10:21 +02:00
|
|
|
USE_AUTOTOOLS= autoconf:env automake:env aclocal:env autoheader:env
|
2014-01-06 19:51:30 +01:00
|
|
|
SHEBANG_FILES= themes/import.sh
|
2007-05-19 22:36:56 +02:00
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2007-05-19 22:36:56 +02:00
|
|
|
|
2011-10-22 19:10:21 +02:00
|
|
|
pre-configure:
|
|
|
|
@cd ${WRKSRC} && ./autogen.sh
|
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
.include <bsd.port.mk>
|