freebsd-ports/x11-wm/awesome-vicious/Makefile
Bryan Drewery 5d9badc424 - Update to 2.1.0
Changelog:

  mdir: add support for maildir whitespaces
  README: prefer vicious in global space
  uptime: metatable bugfix after lua52 port fixed by Jorg Thalheim
  contrib: document how to enable contributed widgets
  os: change os.getenv init to allow standalone usage of os widget
  contrib: initialization bugfix after lua52 port
  README: update initialization instructions
  bat: metatable bugfix after lua52 port
  widgets: cleanup behind the last commit 363c03e
  Fixed io.lines() bug
  Ported vicious.contrib to lua 5.2
  Ported vicious.widgets module to lua 5.2
  Ported vicious module to lua 5.2
  cpufreq: skip redudant freq variable check
  cpufreq: rework new exception handlers
  cpufreq: handle not existing frequency/governer
  pkg: update 'Arch S' substitution lines

PR:		ports/171538
Submitted by:	William Grzybowski <william88@gmail.com> (maintainer)
Approved by:	eadler, bapt (mentors, implicit)
2012-09-11 16:54:19 +00:00

37 lines
846 B
Makefile

# New ports collection makefile for: awesome-vicious
# Date created: 07 May 2012
# Whom: William Grzybowski
#
# $FreeBSD$
#
PORTNAME= awesome-vicious
PORTVERSION= 2.1.0
CATEGORIES= x11-wm
MASTER_SITES= http://git.sysphere.org/vicious/snapshot/
DISTNAME= vicious-${PORTVERSION}
MAINTAINER= william88@gmail.com
COMMENT= Widgets for the awesome window manager
RUN_DEPENDS= awesome:${PORTSDIR}/x11-wm/awesome
USE_XZ= yes
NO_BUILD= yes
NO_INSTALL= yes
PORTDOCS= README TODO CHANGES LICENSE
do-install:
@${MKDIR} ${PREFIX}/share/awesome/lib/vicious
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
@${CP} -fr ${WRKSRC}/ ${PREFIX}/share/awesome/lib/vicious
.for i in ${PORTDOCS}
@${RM} ${PREFIX}/share/awesome/lib/vicious/${i}
.endfor
.include <bsd.port.mk>