aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/Xaw3d/Makefile
blob: 4ad46807b43ca1c8457e22e108ed86809c1d57ad (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
# New ports collection makefile for:    Xaw3d
# Date created:     18 November 1994
# Whom:         asami
#
# $FreeBSD$
#

PORTNAME=   Xaw3d
PORTVERSION=    1.5E
PORTREVISION=   4
CATEGORIES= x11-toolkits
MASTER_SITES=   ftp://ftp.visi.com/users/hawkeyd/X/ \
        http://www.mirrorservice.org/sites/ftp.slackware.com/pub/slackware/slackware_source/x/xaw3d/ \
        ftp.slackware.com/pub/slackware/slackware_source/x/xaw3d/

MAINTAINER= dinoex@FreeBSD.org
COMMENT=    A 3-D Athena Widget set that looks like Motif

WRKSRC=     ${WRKDIR}/xc/lib/Xaw3d
USE_IMAKE=  yes
USE_XORG=   x11 xext xmu xt sm ice xpm
USE_LDCONFIG=   yes

SUB_FILES=  pkg-message
SUB_LIST=   XAWVER="${XAWVER}"

OPTIONS=    NLS "Provide limited Natural Language Support via gettext" on

.include <bsd.port.pre.mk>

.if !defined(WITHOUT_NLS)
USE_GETTEXT=    yes
PLIST_SUB+= NLS=""
.else
PLIST_SUB+= NLS="@comment "
.endif

post-extract:
    ${MKDIR} ${WRKSRC}/X11/Xaw3d
    cd ${WRKSRC}/X11/Xaw3d; ${LN} -sf ../../*.h .
.if defined(WITHOUT_NLS)
    ${REINPLACE_CMD} -e '/LINTLIBS =/s/=.*/=/' \
        -e '/#ifdef XawI18nDefines/s//#if 0/' \
        ${WRKSRC}/Imakefile
        
.endif

# Workaround a bug in egcs on FreeBSD/Alpha.
.if ${ARCH} == "alpha"
post-configure:
    @(cd ${WRKSRC}; ${MV} Makefile Makefile.orig; ${SED} -e \
      's/CDEBUGFLAGS = -O/CDEBUGFLAGS =/g' Makefile.orig > Makefile)
.endif

post-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README.XAW3D ${DOCSDIR}/
.endif
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>