aboutsummaryrefslogtreecommitdiffstats
path: root/lang/harbour/Makefile
blob: e63fdf4873190b21c3eead41917855dd30e014d3 (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
# New ports collection makefile for:   harbour
# Date created:        9 May 2003
# Whom:                David G. Holm <harbour@netfang.net>
#
# $FreeBSD$
#

PORTNAME=   harbour
PORTVERSION=    1.0.1
CATEGORIES= lang
MASTER_SITES=   SF/${PORTNAME}-project/source/${PORTVERSION}

MAINTAINER= pgollucci@FreeBSD.org
COMMENT=    An open source Clipper-compatible compiler

LIB_DEPENDS=    slang.2:${PORTSDIR}/devel/libslang2
BUILD_DEPENDS=  bash:${PORTSDIR}/shells/bash
RUN_DEPENDS=    bash:${PORTSDIR}/shells/bash

MAKE_JOBS_SAFE=  yes

USE_BISON=  build
USE_GMAKE=  yes

HB_WITHOUT_X11= yes
HB_ARCHITECTURE=    bsd
HB_COMPILER=        gcc
HB_GT_LIB=          gtsln

HB_BIN_INSTALL= ${LOCALBASE}/bin
HB_DOC_INSTALL= ${DOCSDIR}
HB_LIB_INSTALL= ${LOCALBASE}/lib
HB_INC_INSTALL= ${LOCALBASE}/include

MAKE_ENV+=  HB_ARCHITECTURE=${HB_ARCHITECTURE} \
            HB_COMPILER=${HB_COMPILER} \
            HB_GT_LIB=${HB_GT_LIB} \
            HB_BIN_INSTALL=${HB_BIN_INSTALL} \
            HB_LIB_INSTALL=${HB_LIB_INSTALL} \
            HB_INC_INSTALL=${HB_INC_INSTALL} \
            HB_WITHOUT_X11=${HB_WITHOUT_X11}

.if !defined(NOPORTDOCS)
MAKE_ENV+= HB_DOC_INSTALL=${HB_DOC_INSTALL}
.endif

PORTDOCS= *.txt genhtm.bat genhtm.lnk genhtm.rsp

do-build:
    (cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${SH} ./make_gnu.sh)

pre-install:
.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}/
.endif

.include <bsd.port.pre.mk>

.if ${ARCH} == "amd64"
BROKEN=     Leaves files behind on deinstall
.elif ${ARCH} == "sparc64"
BROKEN=     Does not compile on sparc64: assertion failed
.endif

.include <bsd.port.post.mk>