mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
7469b029a6
Bump PORTREVISIONs of dependent ports. Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
37 lines
789 B
Makefile
37 lines
789 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= e-module-wlan
|
|
PORTVERSION= 20140911
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-wm enlightenment
|
|
MASTER_SITES= LOCAL/gblach/enlightenment/
|
|
|
|
MAINTAINER= enlightenment@FreeBSD.org
|
|
COMMENT= Enlightenment wlan devices monitoring module
|
|
|
|
BUILD_DEPENDS= enlightenment:x11-wm/enlightenment
|
|
RUN_DEPENDS= enlightenment:x11-wm/enlightenment
|
|
|
|
DIST_SUBDIR= enlightenment
|
|
USES= gmake libtool pkgconfig tar:xz
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include "../enlightenment/Makefile.plist"
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
|
USES+= gettext
|
|
CONFIGURE_ARGS+=--enable-nls
|
|
PLIST_SUB+= NLS=""
|
|
.else
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
PLIST_SUB+= NLS="@comment "
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|