aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/windowmaker/Makefile
blob: 668320fd17fee9c11ed787eafc83c4e9706b8a76 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# New ports collection makefile for:    WindowMaker
# Date created:     August 13, 1997
# Whom:         handy@physics.montana.edu
#
# $FreeBSD$
#

PORTNAME=   windowmaker
PORTVERSION=    0.62.1
CATEGORIES= x11-wm windowmaker
MASTER_SITES=   ${MASTER_SITE_WINDOWMAKER} \
        http://jgo.local.net/cool_downloads/wm/
MASTER_SITE_SUBDIR= beta/srcs
DISTNAME=   WindowMaker-${PORTVERSION}
DISTFILES=  ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES}

MAINTAINER= sobomax@FreeBSD.org

LIB_DEPENDS=    Xpm.4:${PORTSDIR}/graphics/xpm \
        ungif.5:${PORTSDIR}/graphics/libungif \
        jpeg.9:${PORTSDIR}/graphics/jpeg \
        png.3:${PORTSDIR}/graphics/png \
        tiff.4:${PORTSDIR}/graphics/tiff \
        PropList.2:${PORTSDIR}/devel/libPropList

USE_BZIP2=  yes
USE_X_PREFIX=   yes
USE_LIBTOOL=    yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV=  X11BASE=${X11BASE} LIBS=-L${LOCALBASE}/lib \
        CPPFLAGS=-I${LOCALBASE}/include
CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \
    --with-nlsdir=${LOCALBASE}/lib/locale \
    --with-libs-from="-L${LOCALBASE}/lib" \
    --with-incs-from="-I${LOCALBASE}/include" \
    --with-appspath="${PREFIX}/GNUstep/Apps" \
    --disable-debug

MAN1=   geticonset.1x getstyle.1x seticons.1x setstyle.1x \
    wdwrite.1x wmaker.1x wmsetbg.1x wsetfont.1x wxcopy.1x wxpaste.1x

DATAFILES=  WindowMaker-extra-0.1.tar.bz2

.if defined(WITH_GNOME)
CONFIGURE_ARGS+=    --enable-gnome
.endif

.if defined(WITH_KDE)
CONFIGURE_ARGS+=    --enable-kde
.endif

.if defined(WITH_SINGLE_ICON)
CONFIGURE_ARGS+=    --enable-single-icon
.endif

.SILENT:

.if !defined(WITH_KDE) && !defined(WITH_GNOME)
pre-extract:
    ${ECHO} "You can add hooks for Gnome and KDE by defining WITH_GNOME and/or WITH_KDE"
.endif

post-extract:
    @cd ${WRKSRC} && \
    ${TAR} xfz libwmfun-0.0.3.tar.gz

post-patch:
    @perl -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/WPrefs.app/Paths.c \
        ${WRKSRC}/WindowMaker/Defaults/*

post-configure:
    @cd ${WRKDIR}/WindowMaker-extra-0.1; \
        ./configure --prefix=${PREFIX}

post-install:
    @cd ${WRKDIR}/WindowMaker-extra-0.1; \
        ${MAKE} ${MAKE_ARGS} ${INSTALL_TARGET}
    ${MKDIR} ${PREFIX}/share/WindowMaker/Sounds

.include <bsd.port.mk>