2012-11-04 14:05:04 +01:00
|
|
|
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
2011-06-25 05:42:32 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= winlist-ng
|
2013-05-13 21:56:09 +02:00
|
|
|
PORTVERSION= 20130510
|
2014-09-10 22:50:31 +02:00
|
|
|
PORTREVISION= 1
|
2011-06-25 05:42:32 +02:00
|
|
|
CATEGORIES= x11-wm enlightenment
|
2013-05-13 21:56:09 +02:00
|
|
|
MASTER_SITES= LOCAL/gblach/e17/modules/
|
2011-06-25 05:42:32 +02:00
|
|
|
PKGNAMEPREFIX= e17-module-
|
|
|
|
|
2012-11-04 14:05:04 +01:00
|
|
|
MAINTAINER= gblach@FreeBSD.org
|
2014-08-08 10:42:44 +02:00
|
|
|
COMMENT= Winlist NG module for Enlightenment 17
|
2011-06-25 05:42:32 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
|
|
|
|
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
|
|
|
|
|
|
|
|
DIST_SUBDIR= e17
|
2012-12-22 21:54:59 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-06-02 09:46:01 +02:00
|
|
|
USES= gmake pkgconfig tar:bzip2
|
2011-06-25 05:42:32 +02:00
|
|
|
USE_EFL= edje libtool_hack modarch_hack
|
2012-12-22 21:54:59 +01:00
|
|
|
|
2014-02-21 14:40:33 +01:00
|
|
|
OPTIONS_DEFINE= NLS
|
2014-02-10 14:54:26 +01:00
|
|
|
|
2012-12-22 21:54:59 +01:00
|
|
|
.include <bsd.port.options.mk>
|
2011-06-25 05:42:32 +02:00
|
|
|
|
2012-12-22 21:54:59 +01:00
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2013-04-24 20:10:30 +02:00
|
|
|
USES+= gettext
|
2012-12-22 21:54:59 +01:00
|
|
|
CONFIGURE_ARGS+=--enable-nls
|
2011-06-25 05:42:32 +02:00
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
2012-12-22 21:54:59 +01:00
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
2011-06-25 05:42:32 +02:00
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|