1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/x11/alttab/Makefile
Yuri Victorovich db89146362 x11/alttab: Update 1.2.0 -> 1.3.0
Port changes:
* Replace CFLAGS with USES=localbase
* Order USExx section

PR:		227495
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
2018-04-14 07:11:20 +00:00

32 lines
590 B
Makefile

# Created by: Dmitri Goutnik <dg@syrec.org>
# $FreeBSD$
PORTNAME= alttab
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.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= localbase pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= sagb
GNU_CONFIGURE= yes
USE_XORG= x11 xft xrandr xrender
PLIST_FILES= bin/alttab \
man/man1/alttab.1.gz
PORTDOCS= README \
alttab.ad \
wm-setup.md
.include <bsd.port.mk>