ed1ad7e1b9
- Change Makefile headers to shorter form Feature safe: yes
34 lines
835 B
Makefile
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>
|