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
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2011-10-22 19:10:21 +02:00
|
|
|
USE_AUTOTOOLS= autoconf:env automake:env aclocal:env autoheader:env
|
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
|
|
|
|
2013-09-21 01:54:03 +02:00
|
|
|
NO_STAGE= yes
|
2007-05-19 22:36:56 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} 's|/bin/bash|${LOCALBASE}/bin/bash|' \
|
|
|
|
${WRKSRC}/themes/import.sh
|
|
|
|
|
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>
|