aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/windowmaker-i18n/Makefile
blob: 446da2807946021a02497dc88db5b8854b9dbfb8 (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
# New ports collection makefile for:    WindowMaker
# Version required: 0.19.3
# Date created:     August 13, 1997
# Whom:         handy@physics.montana.edu
#
# $Id: Makefile,v 1.28 1998/09/15 11:57:50 asami Exp $

DISTNAME=   WindowMaker-0.19.3
PKGNAME=    windowmaker-0.19.3
CATEGORIES= x11-wm
MASTER_SITES=   ftp://ftp.windowmaker.org/pub/beta/srcs/ \
        ftp://ftp.io.com/pub/mirror/windowmaker/beta/srcs/ \
        http://jgo.local.net/cool_downloads/wm/

MAINTAINER= handy@physics.montana.edu

RUN_DEPENDS=    wish8.0:${PORTSDIR}/x11-toolkits/tk80
LIB_DEPENDS=    Xpm.4:${PORTSDIR}/graphics/xpm \
        gif\\.3\\.:${PORTSDIR}/graphics/giflib \
        jpeg.9:${PORTSDIR}/graphics/jpeg \
        png.3:${PORTSDIR}/graphics/png \
        tiff34\\.1:${PORTSDIR}/graphics/tiff34

USE_X_PREFIX=   yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  X11BASE=${X11BASE}
CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \
    --with-nlsdir=${LOCALBASE}/lib/locale \
    --with-gfx-libs="-L${LOCALBASE}/lib" \
    --with-gfx-incs="-I${LOCALBASE}/include/tiff34 -I${LOCALBASE}/include"

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

post-extract:
    cd ${WRKSRC}; ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} libPropList.tar.gz

pre-configure:
    @(cd ${WRKSRC}/libPropList && CC="${CC}" CXX="${CXX}" \
        ac_cv_path_CC="${CC}" CFLAGS="${CFLAGS} -fPIC" \
        INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \
        INSTALL_DATA="${INSTALL_DATA}" \
        INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
        INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
        ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; \
        make)

pre-install:
    @(cd ${WRKSRC}/libPropList; ${MAKE} install)

.include <bsd.port.mk>