freebsd-ports/x11-themes/emerald-themes/Makefile

32 lines
665 B
Makefile
Raw Normal View History

# New ports collection makefile for: emerald-themes
# Date created: Oct 29 2006
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= emerald-themes
PORTVERSION= 0.5.2
CATEGORIES= x11-themes
MASTER_SITES= http://releases.compiz-fusion.org/${PORTVERSION}/
2011-07-05 04:51:42 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Themes for the Emerald Window Decorator
2011-08-02 21:24:31 +02:00
BROKEN= does not fetch
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GMAKE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} 's|/bin/bash|${LOCALBASE}/bin/bash|' \
${WRKSRC}/themes/import.sh
.include <bsd.port.mk>