mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
db89146362
Port changes: * Replace CFLAGS with USES=localbase * Order USExx section PR: 227495 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
32 lines
590 B
Makefile
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>
|