freebsd-ports/x11-wm/e17-module-drawer/Makefile
Grzegorz Blach ed1ad7e1b9 - Change my email address to gblach@FreeBSD.org
- Change Makefile headers to shorter form

Feature safe:	yes
2012-11-04 13:05:04 +00:00

34 lines
835 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= drawer
PORTVERSION= 20111128
CATEGORIES= x11-wm enlightenment
MASTER_SITES= http://files.roorback.net/e17/modules/
PKGNAMEPREFIX= e17-module-
MAINTAINER= gblach@FreeBSD.org
COMMENT= An e17 module to display/organize different types of information
BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment \
ethumb:${PORTSDIR}/graphics/ethumb
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment \
ethumb:${PORTSDIR}/graphics/ethumb
DIST_SUBDIR= e17
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= gnomehack pkgconfig
USE_EFL= edje libtool_hack modarch_hack
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.mk>