mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
34 lines
614 B
Makefile
34 lines
614 B
Makefile
# Created by: Dmitri Goutnik <dg@syrec.org>
|
|
|
|
PORTNAME= alttab
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.6.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= dmgk@FreeBSD.org
|
|
COMMENT= Task switcher for minimalistic window managers
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/uthash.h:devel/uthash
|
|
LIB_DEPENDS= libpng.so:graphics/png
|
|
|
|
USES= localbase pkgconfig xorg
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= sagb
|
|
USE_XORG= x11 xft xpm xrandr xrender
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/alttab \
|
|
man/man1/alttab.1.gz
|
|
|
|
PORTDOCS= README \
|
|
alttab.ad \
|
|
wm-setup.md
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|