2007-05-19 22:36:56 +02:00
|
|
|
# New ports collection makefile for: emerald-themes
|
|
|
|
# Date created: Oct 29 2006
|
|
|
|
# Whom: Florent Thoumie <flz@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= emerald-themes
|
2007-09-05 13:44:00 +02:00
|
|
|
PORTVERSION= 0.5.2
|
2007-05-19 22:36:56 +02:00
|
|
|
CATEGORIES= x11-themes
|
2007-09-05 13:44:00 +02:00
|
|
|
MASTER_SITES= http://releases.compiz-fusion.org/${PORTVERSION}/
|
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
|
|
|
|
|
2011-08-02 21:24:31 +02:00
|
|
|
BROKEN= does not fetch
|
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2007-05-19 22:36:56 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} 's|/bin/bash|${LOCALBASE}/bin/bash|' \
|
|
|
|
${WRKSRC}/themes/import.sh
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|