30 lines
585 B
Makefile
30 lines
585 B
Makefile
# Created by: Dmitri Goutnik <dg@syrec.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= alttab
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.1.0
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= dg@syrec.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= pkgconfig
|
|
USE_XORG= x11 xft xrender
|
|
GNU_CONFIGURE= yes
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= sagb
|
|
|
|
PLIST_FILES= bin/alttab \
|
|
man/man1/alttab.1.gz
|
|
|
|
PORTDOCS= README xmonad.md
|
|
|
|
.include <bsd.port.mk>
|