freebsd-ports/x11-wm/e-module-alarm/Makefile
Grzegorz Blach 273c6e6d76 - Merge EFL libraries into devel/efl and update to 1.12.0
- Update x11-toolkits/elementary to 1.12.0
- Update x11-wm/enlightenment to 0.19.1
- Update graphics/evas_generic_loaders-* to 1.12.0
- Update devel/e_dbus to 1.7.10
- Update benchmarks/expedite to 1.7.10
- Move some of x11-wm/e17-module-* to x11-wm/e-module-*
  and update to recent snapshots
- Add multimedia/emotion_generic_players-vlc
- Add multimedia/rage

Reviewed by:	crees, antoine
2014-11-25 03:07:22 +00:00

37 lines
800 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= e-module-alarm
PORTVERSION= 20140911
CATEGORIES= x11-wm enlightenment
MASTER_SITES= LOCAL/gblach/enlightenment/
MAINTAINER= gblach@FreeBSD.org
COMMENT= Module to set Alarms in Enlightenment
LICENSE= GPLv2
BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
DIST_SUBDIR= enlightenment
GNU_CONFIGURE= yes
USES= gmake libtool pkgconfig tar:xz
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>