aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/pekwm/Makefile
blob: 0d32d41aed84d8b15198ccc26c1d501bff8b316d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: anders@hack.org
# $FreeBSD$

PORTNAME=	pekwm
DISTVERSIONPREFIX=	release-
DISTVERSION=	0.1.17
PORTREVISION=	5
PORTEPOCH=	1
CATEGORIES=	x11-wm

MAINTAINER=	natbsd@instinctive.eu
COMMENT=	Light, unobtrusive, and configurable window manager

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/LICENSE

LIB_DEPENDS=	libpng.so:graphics/png

USES=		autoreconf compiler gmake iconv:wchar_t jpeg \
		localbase pkgconfig tar:bzip2 xorg
USE_XORG=	xft xpm x11 sm ice xext xinerama xrandr
USE_GITHUB=	yes
GH_ACCOUNT=	pekdon
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-shape --enable-xinerama --enable-xrandr \
		--enable-xft --enable-image-xpm --enable-image-jpeg \
		--enable-image-png --disable-debug \
		--disable-pedantic
CXXFLAGS+=	${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
CXXFLAGS_clang=	-Wno-c++11-narrowing
LDFLAGS+=	${ICONV_LIB}

.include <bsd.port.mk>