aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/awesome-vicious/Makefile
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-05-29 19:14:36 +0800
committerwg <wg@FreeBSD.org>2013-05-29 19:14:36 +0800
commitc053dcc92c8db90daf228b68d9f9ee31853ea794 (patch)
tree7d1bda307891bf40adc33f12393fe769fe002182 /x11-wm/awesome-vicious/Makefile
parent1ae254380a7284f3701160a151fa24064e1e3839 (diff)
downloadfreebsd-ports-gnome-c053dcc92c8db90daf228b68d9f9ee31853ea794.tar.gz
freebsd-ports-gnome-c053dcc92c8db90daf228b68d9f9ee31853ea794.tar.zst
freebsd-ports-gnome-c053dcc92c8db90daf228b68d9f9ee31853ea794.zip
- Update to 2.1.1
- Add LICENSE (GPLv2) - NOPORTDOCS -> PORT_OPTIONS:MDOCS - Trim Makefile header Changes: wifi: add support for /usr/bin binary path README: usage examples are for awesome version 3.4 contrib: add buildbot monitoring widget Approved by: jpaetzel (mentor)
Diffstat (limited to 'x11-wm/awesome-vicious/Makefile')
-rw-r--r--x11-wm/awesome-vicious/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/x11-wm/awesome-vicious/Makefile b/x11-wm/awesome-vicious/Makefile
index c9e3ec5b539d..0c92d9f98be8 100644
--- a/x11-wm/awesome-vicious/Makefile
+++ b/x11-wm/awesome-vicious/Makefile
@@ -1,12 +1,8 @@
-# New ports collection makefile for: awesome-vicious
-# Date created: 07 May 2012
-# Whom: William Grzybowski
-#
+# Created by: William Grzybowski <wg@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= awesome-vicious
-PORTVERSION= 2.1.0
+PORTVERSION= 2.1.1
CATEGORIES= x11-wm
MASTER_SITES= http://git.sysphere.org/vicious/snapshot/
DISTNAME= vicious-${PORTVERSION}
@@ -14,6 +10,8 @@ DISTNAME= vicious-${PORTVERSION}
MAINTAINER= wg@FreeBSD.org
COMMENT= Widgets for the awesome window manager
+LICENSE= GPLv2
+
RUN_DEPENDS= awesome:${PORTSDIR}/x11-wm/awesome
USE_XZ= yes
@@ -21,9 +19,11 @@ NO_BUILD= yes
NO_INSTALL= yes
PORTDOCS= README TODO CHANGES LICENSE
+.include <bsd.port.options.mk>
+
do-install:
@${MKDIR} ${PREFIX}/share/awesome/lib/vicious
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}