aboutsummaryrefslogtreecommitdiffstats
path: root/www/linux-lesstif-ns/Makefile
blob: 75864382bac514034a9221f0da3bac3053c8509c (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
# New ports collection makefile for:    linux-lesstif-ns
# Date created:     7 May 2000
# Whom:         imura@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   lesstif
PORTVERSION=    0.91.0
CATEGORIES= www x11-toolkits linux
MASTER_SITES=   ftp://ftp.lesstif.org/pub/hungry/lesstif/srcdist/  \
        ftp://ftp.hungry.com/pub/hungry/lesstif/srcdist/ \
        ftp://ftp.fu-berlin.de/unix/X11/gui/lesstif/srcdist/ \
        ftp://ftp.win.or.jp/pub/X11/misc/lesstif/srcdist/
PKGNAMEPREFIX=  linux-
PKGNAMESUFFIX=  -ns

PATCH_SITES=    http://cgi.shikoku.ne.jp/~fun/srpms/
PATCHFILES= ${DISTNAME}-i18n.patch
PATCH_DIST_STRIP=   -p1

MAINTAINER= imura@FreeBSD.org

BUILD_DEPENDS=  ${LINUXBASE}/usr/bin/cc:${PORTSDIR}/devel/linux_devtools

USE_LINUX_PREFIX=   yes
PREFIX=     ${LINUXBASE}${X11BASE}
HAS_CONFIGURE=  yes
CONFIGURE_ARGS= --host=${MACHINE_ARCH}--linux-gnu --enable-shared --enable-production \
        --disable-build-20 --disable-debug --no-recursion \
        --without-motif --disable-build-Xlt --disable-build-Xbae
GMAKE=      ${LINUXBASE}/usr/bin/make

do-build:
    cd ${WRKSRC}/lib/Xm && ${GMAKE}

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/lib/Xm/.libs/libXm.so.1.0.2 \
                    ${PREFIX}/lib/libXm-ns.so.1.0.2
    ${LN} -sf libXm-ns.so.1.0.2 ${PREFIX}/lib/libXm.so.1
    ${LN} -sf libXm.so.1 ${PREFIX}/lib/libXm.so
    ${LINUXBASE}/sbin/ldconfig

.include <bsd.port.mk>

CONFIGURE_ENV+= ${LINUXBASE}/bin/bash