aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/pekwm/Makefile
blob: bcf0f3788ad2d530e575f892eb634917473d1e8b (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
34
35
36
37
38
# Ports collection makefile for:    pekwm
# Date created:         Nov 1, 2002
# Whom:             anders@hack.org
#
# $FreeBSD$
#

PORTNAME=   pekwm
PORTVERSION=    0.1.8
PORTEPOCH=  1
CATEGORIES= x11-wm
MASTER_SITES=   http://pekwm.org/projects/3/files/ \
        http://www.carpetsmoker.net/distfiles/ \
        http://www.xs4all.nl/~tournoij/distfiles/ \
        http://www.rwxrwxrwx.net/distfiles/

MAINTAINER= carpetsmoker@rwxrwxrwx.net
COMMENT=    Light, Unobtrusive, and configurable windowmanager

LIB_DEPENDS=    jpeg.9:${PORTSDIR}/graphics/jpeg \
        png.5:${PORTSDIR}/graphics/png
RUN_DEPENDS+=   gsed:${PORTSDIR}/textproc/gsed

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

.include <bsd.port.mk>