freebsd-ports/x11/alttab/Makefile
Richard Gallamore 176b7be449 X11 window switcher designed for minimalistic window managers (ratpoison,
xmonad and others) or standalone X11 session. It is lightweight and depends
only on basic X11 libs, conforming to the usage of lightweight WM.

WWW: https://github.com/sagb/alttab

PR:		221425
Submitted by:	Dmitri Goutnik (maintainer)
Reviewed by:	matthew (mentor)
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D12091
2017-08-20 23:21:18 +00:00

26 lines
450 B
Makefile

# Created by: Dmitri Goutnik <dg@syrec.org>
# $FreeBSD$
PORTNAME= alttab
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.3
CATEGORIES= x11
MAINTAINER= dg@syrec.org
COMMENT= Task switcher for minimalistic window managers
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= pkgconfig
USE_XORG= x11 xft
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= sagb
PLIST_FILES= bin/alttab \
man/man1/alttab.1.gz
PORTDOCS= README xmonad.md
.include <bsd.port.mk>