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

20 lines
481 B
Makefile
Raw Normal View History

PORTNAME= emerald-themes
PORTVERSION= 0.6.0
CATEGORIES= x11-themes
MASTER_SITES= http://cgit.compiz.org/fusion/decorators/emerald-themes/snapshot/
2011-07-05 04:51:42 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= Themes for the Emerald Window Decorator
WWW= http://www.beryl-project.org/
BUILD_DEPENDS= bash:shells/bash
2015-05-29 14:06:18 +02:00
USES= autoreconf gmake shebangfix tar:bzip2
SHEBANG_FILES= themes/import.sh
2015-05-29 14:06:18 +02:00
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>