diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-05-28 14:41:03 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-05-28 14:41:03 +0000 |
commit | 6457fc97b9486a0d18fb7ffb5e733fb75e78fff0 (patch) | |
tree | 48ea5dc44368852e10abacbd46f5f4d1f4b4dd70 /x11/avant-window-navigator-gnome | |
parent | 5ba5b972563b99e82d2e0121244af78985b9310a (diff) |
Avant Window Navigator (Awn) is a dock-like bar which sits at the
bottom of the screen. It has support for launchers, task lists, and
third party applets.
WWW: http://launchpad.net/awn
Notes
Notes:
svn path=/head/; revision=234699
Diffstat (limited to 'x11/avant-window-navigator-gnome')
-rw-r--r-- | x11/avant-window-navigator-gnome/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/avant-window-navigator-gnome/Makefile b/x11/avant-window-navigator-gnome/Makefile new file mode 100644 index 000000000000..6a23d18e5864 --- /dev/null +++ b/x11/avant-window-navigator-gnome/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: avant-window-navigator-gnome +# Date created: 20 May 2009 +# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org> +# +# $FreeBSD$ +# + +AWN_DESKTOP= gnome +MASTERDIR= ${.CURDIR}/../avant-window-navigator + +.include <${MASTERDIR}/Makefile> |