6758118b3d
- Take maintainership [1] - Options adapted to new version - Removed LUA option since it's a mandatoory requirement now - Use project own install target - Fix installation of lua helper libraries - Project moved to github - in conky-awesome, properly use OPTIONS_EXCLUDE PR: 212629 Submitted by: me Approved by: ntarmos@ceid.upatras.gr (former maintainer) [1]
17 lines
425 B
Makefile
17 lines
425 B
Makefile
# Created by: Roman Bogorodskiy <novel@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -awesome
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= Advanced, highly configurable system monitor (configured for x11-wm/awesome)
|
|
|
|
MASTERDIR= ${.CURDIR}/../conky
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
CONFLICTS= conky-[0-9]*
|
|
|
|
OPTIONS_EXCLUDE= X11 ARGB DOUBLE_BUFFER IMLIB2 XFT XINERAMA LUA_CAIRO LUA_IMLIB2 \
|
|
LUA_RSVG
|
|
|
|
.include "${MASTERDIR}/Makefile"
|