freebsd-ports/x11-wm/pekwm/Makefile
Olivier Cochard 2a0f516067 x11-wm/pekwm: Update to 0.2.0
PR:		259674
Reported by:	Natacha Porté (maintainer)
2021-11-08 16:26:23 +01:00

26 lines
569 B
Makefile

# Created by: anders@hack.org
PORTNAME= pekwm
DISTVERSIONPREFIX= release-
DISTVERSION= 0.2.0
PORTEPOCH= 1
CATEGORIES= x11-wm
MAINTAINER= natbsd@instinctive.eu
COMMENT= Light, Unobtrusive, and configurable windowmanager
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libpng.so:graphics/png \
libfreetype.so:print/freetype2
RUN_DEPENDS= gsed:textproc/gsed \
xprop:x11/xprop
USES= cmake compiler jpeg \
localbase pkgconfig tar:bzip2 xorg
USE_XORG= xft xpm x11 sm ice xext xinerama xrandr
USE_GITHUB= yes
GH_ACCOUNT= pekdon
.include <bsd.port.mk>