1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/x11-themes/emerald-themes/Makefile
Adam Weinberger bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00

25 lines
574 B
Makefile

# $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
USES= gmake shebangfix tar:bzip2
USE_AUTOTOOLS= autoconf:env automake:env aclocal:env autoheader:env
SHEBANG_FILES= themes/import.sh
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
pre-configure:
@cd ${WRKSRC} && ./autogen.sh
.include <bsd.port.mk>