mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
72ea7e696b
With hat: portmgr Sponsored by: Absolight
43 lines
953 B
Makefile
43 lines
953 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= e17-modules
|
|
PORTVERSION= 20130510
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11-wm enlightenment
|
|
MASTER_SITES= # Empty
|
|
DISTFILES= # Empty
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Meta-port for Enlightenment modules
|
|
|
|
NO_BUILD= yes
|
|
|
|
MODULES= alarm cpu deskshow everything-places \
|
|
everything-websearch mem rmb wlan
|
|
|
|
.include "../enlightenment/Makefile.plist"
|
|
|
|
EVERYTHING_WEBSEARCH_PATH= evry-websearch
|
|
|
|
.for M in ${MODULES}
|
|
OPTIONS_DEFINE+= ${M:tu:S,-,_,g}
|
|
OPTIONS_DEFAULT+= ${M:tu:S,-,_,g}
|
|
${M:tu:S,-,_,g}_DESC= Install ${M} module
|
|
.endfor
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.for M in ${MODULES}
|
|
. if !defined(${M:tu:S,-,_,g}_PATH)
|
|
${M:tu:S,-,_,g}_PATH= ${M}
|
|
. endif
|
|
. if ${PORT_OPTIONS:M${M:tu:S,-,_,g}}
|
|
RUN_DEPENDS+= ${LOCALBASE}/lib/enlightenment/modules/${${M:tu:S,-,_,g}_PATH}/${ENLIGHTENMENT_ARCH}/module.so:x11-wm/e-module-${M}
|
|
. endif
|
|
.endfor
|
|
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|