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

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

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

LIB_DEPENDS=    libpng.so:graphics/png

USES=       gmake iconv:wchar_t jpeg pkgconfig tar:bzip2
USE_XORG=   xft xpm x11
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+=    -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib ${ICONV_LIB}

.include <bsd.port.mk>