aboutsummaryrefslogblamecommitdiff
path: root/x11-themes/emerald-themes/Makefile
blob: a96d5175a86719c2b01c9f155b0978be5243948e (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                         
                     
                          
                                                                                 
 
                                 






                                                       
                                                                    
 

                                      




                                                                


                                     
                      
# 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>