1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/x11-wm/e-module-wlan/Makefile
Rene Ladan 7469b029a6 Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.

Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
2019-05-01 19:35:14 +00:00

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>