aboutsummaryrefslogtreecommitdiffstats
path: root/devel/imake/Makefile
blob: d4d95da49a577ef49d185708103f538eddd06837 (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
# New ports collection makefile for:    imake-6
# Date created:         18 Jun 2004
# Whom:                 anholt
#
# $FreeBSD$
#

PORTNAME=   imake
PORTVERSION=    1.0.4
PORTEPOCH=  1
CATEGORIES= devel

MAINTAINER= x11@FreeBSD.org
COMMENT=    Imake and other utilities from X.Org

RUN_DEPENDS=    gccmakedep:${PORTSDIR}/devel/gccmakedep \
        makedepend:${PORTSDIR}/devel/makedepend \
        ${PREFIX}/lib/X11/config/xorg.cf:${PORTSDIR}/x11/xorg-cf-files

USE_PERL5=  yes

XORG_CAT=   util
USE_XORG=   xproto

.ifdef USE_IMAKE
.error You have `USE_IMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again.
.endif

MAN1=       ccmakedep.1 \
        cleanlinks.1 \
        imake.1 \
        makeg.1 \
        mergelib.1 \
        mkdirhier.1 \
        mkhtmlindex.1 \
        revpath.1 \
        xmkmf.1

post-patch:
    @${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/mkhtmlindex.pl

.include <bsd.port.pre.mk>

# clang's cpp destroys whitespace, particularly hard tabs in makefiles,
# which is fatal for imake.
.if defined(CC) && ${CC} == "clang"
RUN_DEPENDS+=   ucpp:{PORTSDIR}/devel/ucpp
CONFIGURE_ENV+= ac_cv_path_RAWCPP="ucpp -s"

post-build:
    ${REINPLACE_CMD} -e 's|^configdirspec= *|configdirspec=|' ${WRKSRC}/xmkmf
.endif

.include <bsd.port.post.mk>