freebsd-ports/x11-themes/emerald-themes/Makefile
Pawel Pekala c13df596fe Unbreak and update to version 0.6.0
PR:		ports/161900
Submitted by:	George Liaskos <geo.liaskos@gmail.com>
2011-10-22 17:10:21 +00:00

34 lines
772 B
Makefile

# New ports collection makefile for: emerald-themes
# Date created: Oct 29 2006
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= emerald-themes
PORTVERSION= 0.6.0
CATEGORIES= x11-themes
MASTER_SITES= http://cgit.compiz.org/fusion/decorators/emerald-themes/snapshot/
MAINTAINER= ports@FreeBSD.org
COMMENT= Themes for the Emerald Window Decorator
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
post-patch:
@${REINPLACE_CMD} 's|/bin/bash|${LOCALBASE}/bin/bash|' \
${WRKSRC}/themes/import.sh
pre-configure:
@cd ${WRKSRC} && ./autogen.sh
.include <bsd.port.mk>