freebsd-ports/x11-themes/emerald-themes/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

20 lines
458 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:shells/bash
USES= autoreconf gmake shebangfix tar:bzip2
SHEBANG_FILES= themes/import.sh
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>