aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/pekwm/Makefile
blob: 40a392d9210697c190f8a0d6381af468a0603a24 (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
# Created by: anders@hack.org
# $FreeBSD$

PORTNAME=   pekwm
PORTVERSION=    0.1.17
CATEGORIES= x11-wm
MASTER_SITES=   https://pekwm.org/projects/3/files/

MAINTAINER= bapt@FreeBSD.org
COMMENT=    Light, Unobtrusive, and configurable windowmanager

LIB_DEPENDS=    jpeg:${PORTSDIR}/graphics/jpeg \
        png15:${PORTSDIR}/graphics/png

USES=       pkgconfig iconv
USE_XORG=   xft xpm x11
USE_GMAKE=  yes
USE_BZIP2=  yes
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
CFLAGS+=    -DICONV_CONST -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib -liconv
MAN1=       pekwm.1
MANCOMPRESSED=  no

.include <bsd.port.mk>