head	1.28;
access;
symbols
	RELEASE_8_3_0:1.23
	RELEASE_9_0_0:1.23
	RELEASE_7_4_0:1.21
	RELEASE_8_2_0:1.21
	RELEASE_6_EOL:1.21
	RELEASE_8_1_0:1.21
	RELEASE_7_3_0:1.18
	RELEASE_8_0_0:1.18
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.10
	RELEASE_6_4_0:1.10
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.4;
locks; strict;
comment	@# @;


1.28
date	2013.03.08.21.56.27;	author svnexp;	state Exp;
branches;
next	1.27;

1.27
date	2012.12.10.19.24.02;	author svnexp;	state Exp;
branches;
next	1.26;

1.26
date	2012.11.17.05.58.51;	author svnexp;	state Exp;
branches;
next	1.25;

1.25
date	2012.06.01.05.21.17;	author dinoex;	state Exp;
branches;
next	1.24;

1.24
date	2012.04.14.13.25.07;	author scheidell;	state Exp;
branches;
next	1.23;

1.23
date	2011.04.09.16.05.19;	author makc;	state Exp;
branches;
next	1.22;

1.22
date	2011.04.08.16.41.01;	author danfe;	state Exp;
branches;
next	1.21;

1.21
date	2010.04.27.01.41.01;	author pgollucci;	state Exp;
branches;
next	1.20;

1.20
date	2010.03.28.06.38.54;	author dinoex;	state Exp;
branches;
next	1.19;

1.19
date	2010.03.20.15.18.12;	author miwi;	state Exp;
branches;
next	1.18;

1.18
date	2009.08.22.00.24.31;	author amdmi3;	state Exp;
branches;
next	1.17;

1.17
date	2009.08.15.08.32.15;	author linimon;	state Exp;
branches;
next	1.16;

1.16
date	2009.06.18.20.51.13;	author pav;	state Exp;
branches;
next	1.15;

1.15
date	2009.06.07.21.54.25;	author pav;	state Exp;
branches;
next	1.14;

1.14
date	2009.05.16.06.27.46;	author pgollucci;	state Exp;
branches;
next	1.13;

1.13
date	2009.05.11.00.14.24;	author pgollucci;	state Exp;
branches;
next	1.12;

1.12
date	2009.05.06.21.18.45;	author erwin;	state Exp;
branches;
next	1.11;

1.11
date	2009.02.08.03.14.11;	author pgollucci;	state Exp;
branches;
next	1.10;

1.10
date	2007.10.17.10.12.43;	author ade;	state Exp;
branches;
next	1.9;

1.9
date	2006.06.12.19.37.02;	author erwin;	state Exp;
branches;
next	1.8;

1.8
date	2006.01.26.15.41.32;	author garga;	state Exp;
branches;
next	1.7;

1.7
date	2005.04.08.19.19.39;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2004.09.18.17.42.51;	author kris;	state Exp;
branches;
next	1.5;

1.5
date	2004.08.03.19.23.16;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2004.03.18.11.57.20;	author kris;	state Exp;
branches;
next	1.3;

1.3
date	2004.03.13.10.22.00;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2004.02.04.05.21.38;	author marcus;	state Exp;
branches;
next	1.1;

1.1
date	2004.01.19.06.24.52;	author linimon;	state Exp;
branches;
next	;


desc
@@


1.28
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313635
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: David G. Holm <harbour@@netfang.net>
# $FreeBSD: head/lang/harbour/Makefile 313635 2013-03-08 11:32:11Z bapt $

PORTNAME=	harbour
PORTVERSION=	3.0.0
PORTREVISION=	2
CATEGORIES=	lang
MASTER_SITES=	SF/${PORTNAME}-project/source/${PORTVERSION}

MAINTAINER=	m.tsatsenko@@gmail.com
COMMENT=	An open source Clipper-compatible compiler

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

OPTIONS=	MYSQL "MySQL database support" off \
		SQLITE3 "SQLite 3.x database support" off \
		FIREBIRD "Firebird (Interbase) database support" off \
		PGSQL "PostgreSQL database support" off \
		CLANG "Build harbour with Clang (gcc if disabled)" off

NOT_FOR_ARCHS=	sparc64
NOT_FOR_ARCHS_REASON=	does not compile on sparc64: assertion failed

PORTDOCS=	*.txt *.hbd NEWS INSTALL TODO COPYING ChangeLog

MAKE_JOBS_SAFE=	yes

USES=		bison
USE_GMAKE=	yes
USE_OPENSSL=	yes
USE_LDCONFIG=	${LOCALBASE}/lib/harbour

HB_WITH_ALLEGRO=	no
HB_WITH_CAIRO=	no
HB_WITH_CUPS=	no
HB_WITH_CURL=	no
HB_WITH_EXPAT=	local
HB_WITH_FREEIMAGE=	no
HB_WITH_GD=	no
HB_WITH_GS=	no
HB_WITH_JPEG=	no
HB_WITH_LIBMAGIC=	no
HB_WITH_MXML=	no
HB_WITH_ODBC=	no
HB_WITH_PCRE=	nolocal
HB_WITH_PNG=	no
HB_WITH_QT=	no
HB_WITH_SLANG=	nolocal
HB_WITH_X11=	no

HB_ARCH=	bsd
HB_GT_LIB=	gtsln

HB_INSTALL_PREFIX=	${LOCALBASE}
HB_BIN_INSTALL=	${LOCALBASE}/bin
HB_LIB_INSTALL=	${LOCALBASE}/lib
HB_INC_INSTALL=	${LOCALBASE}/include
HB_USER_CFLAGS=	-fPIC
HB_USER_LDFLAGS=	-L${LOCALBASE}/lib

MAKE_ENV=	HB_ARCHITECTURE=${HB_ARCH} \
		HB_COMPILER=${HB_COMPILER} \
		HB_GT_LIB=${HB_GT_LIB} \
		HB_INSTALL_PREFIX=${HB_INSTALL_PREFIX} \
		HB_WITH_ALLEGRO=${HB_WITH_ALLEGRO} \
		HB_WITH_CAIRO=${HB_WITH_CAIRO} \
		HB_WITH_CUPS=${HB_WITH_CUPS} \
		HB_WITH_CURL=${HB_WITH_CURL} \
		HB_WITH_EXPAT=${HB_WITH_EXPAT} \
		HB_WITH_FREEIMAGE=${HB_WITH_FREEIMAGE} \
		HB_WITH_GD=${HB_WITH_GD} \
		HB_WITH_GS=${HB_WITH_GS} \
		HB_WITH_JPEG=${HB_WITH_JPEG} \
		HB_WITH_LIBMAGIC=${HB_WITH_LIBMAGIC} \
		HB_WITH_MXML=${HB_WITH_MXML} \
		HB_WITH_ODBC=${HB_WITH_ODBC} \
		HB_WITH_PCRE=${HB_WITH_PCRE} \
		HB_WITH_QT=${HB_WITH_QT} \
		HB_WITH_SLANG=${HB_WITH_SLANG} \
		HB_WITH_X11=${HB_WITH_X11} \
		HB_USER_CFLAGS=${HB_USER_CFLAGS} \
		HB_USER_LDFLAGS=${HB_USER_LDFLAGS}

.if !defined(NOPORTDOCS)
MAKE_ENV+=	HB_INSTALL_DOC=${DOCSDIR}
.else
MAKE_ENV+=	HB_INSTALL_DOC=no
.endif

.include <bsd.port.pre.mk>

.if defined(WITH_CLANG)
HB_COMPILER=	clang
.if ${OSVERSION} < 900033
BUILD_DEPENDS+=	clang:${PORTSDIR}/lang/clang
.endif
.else
HB_COMPILER=	gcc
USE_GCC=	4.2+
.endif

.if defined(WITH_FIREBIRD)
USE_FIREBIRD=	yes
MAKE_ENV+=	HB_WITH_FIREBIRD=nolocal
.else
MAKE_ENV+=	HB_WITH_FIREBIRD=no
.endif

.if defined(WITH_SQLITE3)
LIB_DEPENDS+=	sqlite3:${PORTSDIR}/databases/sqlite3
MAKE_ENV+=	HB_WITH_SQLITE3=nolocal
PLIST_SUB+=	WITH_SQLITE3=""
.else
MAKE_ENV+=	HB_WITH_SQLITE3=no
PLIST_SUB+=	WITH_SQLITE3="@@comment "
.endif

.if defined(WITH_MYSQL)
USE_MYSQL=	yes
MAKE_ENV+=	HB_WITH_MYSQL=nolocal
.else
MAKE_ENV+=	HB_WITH_MYSQL=no
.endif

.if defined(WITH_PGSQL)
USE_PGSQL=	yes
MAKE_ENV+=	HB_WITH_PGSQL=nolocal
.else
MAKE_ENV+=	HB_WITH_PGSQL=no
.endif

post-patch:
.if ${OSVERSION} > 900007
	${REINPLACE_CMD} \
		-e 's|utmp.h|utmpx.h|g' ${WRKSRC}/src/rtl/gtcrs/gtcrs.h
.endif

.include <bsd.port.post.mk>
@


1.27
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308630
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308630 | mm | 2012-12-10 19:11:11 +0000 (Mon, 10 Dec 2012) | 4 lines
## SVN ##
## SVN ## Update PCRE to 8.32
## SVN ## Introduces the UTF-32 library pcre32
## SVN ## Bump PORTREVISION in dependent ports
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 2
a2 6
# New ports collection makefile for:	Harbour
# Date created:				9 May 2003
# Whom:					David G. Holm <harbour@@netfang.net>
#
# $FreeBSD: head/lang/harbour/Makefile 308630 2012-12-10 19:11:11Z mm $
#
d31 1
a31 1
USE_BISON=	build
@


1.26
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/lang/harbour/Makefile 300896 2012-07-14 13:54:48Z beat $
d10 1
a10 1
PORTREVISION=	1
@


1.25
log
@- update png to 1.5.10
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.24
log
@- Update to 3.0.0 [1]
- Unbreak port on FreeBSD 9 [1]
- Minor re-arrangement of Makefile for clarity [2]

PR:		ports/166754 [1]
Submitted by:	Mikhail T <m.tsatsenko@@gmail.com> (maintainer) [1]
Reviewed by:	scheidell (me) [2]
@
text
@d10 1
@


1.23
log
@Update to 2.0.0 and unbreak
Pass maintainership to submitter
Remove md5 sum

PR:		ports/156282
Submitted by:	Mikhail T. <m.tsatsenko at gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	2.0.0
d21 11
d36 20
a56 1
HB_WITHOUT_X11=	yes
a57 1
HB_COMPILER=	gcc
d60 1
a61 1
HB_DOC_INSTALL=	${DOCSDIR}
d65 1
d70 19
a88 5
		HB_BIN_INSTALL=${HB_BIN_INSTALL} \
		HB_LIB_INSTALL=${HB_LIB_INSTALL} \
		HB_INC_INSTALL=${HB_INC_INSTALL} \
		HB_WITHOUT_X11=${HB_WITHOUT_X11} \
		HB_USER_CFLAGS=${HB_USER_CFLAGS}
d91 3
a93 1
MAKE_ENV+=	HB_DOC_INSTALL=${HB_DOC_INSTALL}
d96 1
a96 1
PORTDOCS=	*.txt en-EN
d98 31
a128 3
pre-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
d131 6
a136 1
.include <bsd.port.pre.mk>
d138 4
a141 4
.if ${ARCH} == "sparc64"
BROKEN=		does not compile on sparc64: assertion failed
.elif ${OSVERSION} > 900007
BROKEN=		fails to build with new utmpx
@


1.22
log
@Style fixes, no functional changes.
@
text
@d9 1
a9 2
PORTVERSION=	1.0.1
PORTREVISION=	1
d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
d16 2
a17 1
LIB_DEPENDS=	slang.2:${PORTSDIR}/devel/libslang2
d35 1
d43 2
a44 1
		HB_WITHOUT_X11=${HB_WITHOUT_X11}
d50 1
a50 4
PORTDOCS=	*.txt genhtm.bat genhtm.lnk genhtm.rsp

do-build:
	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${SH} make_gnu.sh
d59 1
a59 3
.if ${ARCH} == "amd64"
BROKEN=		leaves files behind on deinstall
.elif ${ARCH} == "sparc64"
@


1.21
log
@- Release some more ports
@
text
@d1 3
a3 3
# New ports collection makefile for:   harbour
# Date created:        9 May 2003
# Whom:                David G. Holm <harbour@@netfang.net>
d19 1
a19 1
RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
d21 1
a21 1
MAKE_JOBS_SAFE=  yes
d27 3
a29 3
HB_ARCHITECTURE=	bsd
HB_COMPILER=		gcc
HB_GT_LIB=			gtsln
d34 1
a34 1
HB_INC_INSTALL= ${LOCALBASE}/include
d36 7
a42 7
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}
d45 1
a45 1
MAKE_ENV+= HB_DOC_INSTALL=${HB_DOC_INSTALL}
d48 1
a48 1
PORTDOCS= *.txt genhtm.bat genhtm.lnk genhtm.rsp
d51 1
a51 1
	(cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${SH} ./make_gnu.sh)
d55 1
a55 1
	${MKDIR} ${DOCSDIR}/
d61 1
a61 1
BROKEN=		Leaves files behind on deinstall
d63 1
a63 1
BROKEN=		Does not compile on sparc64: assertion failed
@


1.20
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d14 1
a14 1
MAINTAINER=	pgollucci@@FreeBSD.org
@


1.19
log
@- Mark BROKEN on HEAD: fails to build with new utmpx

Reported by:	pointyhat
@
text
@d10 1
@


1.18
log
@- Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L
@
text
@d63 2
@


1.17
log
@Mark as broken on amd64 (leaves files behind on deinstall), and sparc64
(fails to compile).

Hat:		portmgr
@
text
@d11 1
a11 2
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	${PORTNAME}-project
@


1.16
log
@- Add bash as run dependency, it's needed during install target
- Re-enable multi-jobism

Ok'ed by:	maintainer
@
text
@d45 1
a45 1
MAKE_ENV+= HB_DOC_INSTALL=${HB_DOC_INSTALL} 
d58 9
a66 1
.include <bsd.port.mk>
@


1.15
log
@- Disable MAKE_JOBS_SAFE to see if that helps with plist problem on pointyhat
@
text
@d19 1
d21 1
a21 1
#MAKE_JOBS_SAFE=  yes
@


1.14
log
@- Mark most of my ports MAKE_JOBS_SAFE=yes

Tested by: several builds in P6 TB
@
text
@d20 1
a20 1
MAKE_JOBS_SAFE=  yes
@


1.13
log
@- MASSIVE update to 1.0.1
- Unbreak, (reported by erwin via pointyhat)
- Use SF Macro
- Requires BASH not SH to build
- Now works on amd64 and i386
- Remove NO_INSTALL_MANPAGES and NOPRECIOUSMAKEVARS
@
text
@d20 2
@


1.12
log
@Mark BROKEN: does not build.
@
text
@d9 1
a9 2
PORTVERSION=	0.44.0
PORTREVISION=	2
d11 2
a12 1
MASTER_SITES=	ftp://ftp.jsd0.com/public/harbour/dgh/
d18 1
a19 5
BROKEN=		does not build

# Not 64-bit clean
ONLY_FOR_ARCHS=	i386
WRKSRC=		${WRKDIR}
a21 2
NO_INSTALL_MANPAGES=yes
NOPRECIOUSMAKEVARS=yes
d23 17
a39 1
HB_DIR=		${WRKDIR}/${PORTNAME}
a40 10
post-install:
	${INSTALL_PROGRAM} ${HB_DIR}/bin/harbour ${PREFIX}/bin
	${INSTALL_PROGRAM} ${HB_DIR}/bin/hbdoc ${PREFIX}/bin
	${INSTALL_PROGRAM} ${HB_DIR}/bin/hbmake ${PREFIX}/bin
	${INSTALL_PROGRAM} ${HB_DIR}/bin/hbpp ${PREFIX}/bin
	${INSTALL_PROGRAM} ${HB_DIR}/bin/hbrun ${PREFIX}/bin
	${INSTALL_PROGRAM} ${HB_DIR}/bin/hbtest ${PREFIX}/bin
	${INSTALL_PROGRAM} ${HB_DIR}/bin/hbverfix ${PREFIX}/bin
	${INSTALL_DATA} ${HB_DIR}/include/hb* ${PREFIX}/include
	${INSTALL_DATA} ${HB_DIR}/lib/*.a ${PREFIX}/lib
d42 1
a42 6
	${MKDIR} ${DOCSDIR}
	${INSTALL_MAN} ${HB_DIR}/doc/*.txt ${DOCSDIR}
	${MKDIR} ${DOCSDIR}/en
	${INSTALL_MAN} ${HB_DIR}/doc/en/*.txt ${DOCSDIR}/en
	${MKDIR} ${DOCSDIR}/es
	${INSTALL_MAN} ${HB_DIR}/doc/es/*.txt ${DOCSDIR}/es
d44 7
a50 9
	-@@${ECHO}
	-@@${ECHO} @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
	-@@${ECHO} @@
	-@@${ECHO} @@ Executable files are installed in ${PREFIX}/bin.
	-@@${ECHO} @@
	-@@${ECHO} @@ Header files are installed in ${PREFIX}/include.
	-@@${ECHO} @@
	-@@${ECHO} @@ Library files are installed in ${PREFIX}/lib.
	-@@${ECHO} @@
d52 1
a52 3
	-@@${ECHO} @@ Documentation files are installed in ${DOCSDIR},
	-@@${ECHO} @@ ${DOCSDIR}/en, and ${DOCSDIR}/es.
	-@@${ECHO} @@
a53 4
	-@@${ECHO} @@ See pkg-plist for a list of all installed files.
	-@@${ECHO} @@
	-@@${ECHO} @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
	-@@${ECHO}
@


1.11
log
@- devel/libslang2 has completely replaced devel/libslang which has not been
  released in ~5yrs.

- WITH_SLANG2 is now no longer a valid ports knob
- WITH_SLANG implies devel/libslang2 now
- devel/libslang -> devel/libslang2 is a SHARED LIB bump
  so bump PORTREVISION for affected ports

- Take MAINTAINER for most unmaintained ports in this chain
- some SF macro conversions

- BROKEN with devel/libslang2 and DEPRECATE
    math/slsc (abandoned upstream)
- BROKEN with devel/libslang2
    japanese/slirc

PR:             ports/125255
Reviewed by:    garga (libslang maintainer), portmgr (pav)
Exp Run by:     pav
@
text
@d19 2
@


1.10
log
@Migration from bison 1.x to 2.x

PR:		117086
Tested by:	-exp runs
@
text
@d10 1
a10 1
PORTREVISION=	1
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
d17 1
a17 1
LIB_DEPENDS=	slang.1:${PORTSDIR}/devel/libslang
@


1.9
log
@Remove non-existent knob USE_FLEX.
@
text
@d10 1
d22 1
a22 1
USE_BISON=	yes
@


1.8
log
@- Reset maintainership - undeliverable address

<harbour@@netfang.net>:
64.109.43.45 does not like recipient.
Remote host said: 550 <harbour@@netfang.net>: Recipient address rejected:
User unknown in local recipient table

Noticed by:	Jean Milanez Melo <jmelo@@freebsdbrasil.com.br>
@
text
@a21 1
USE_FLEX=	yes
@


1.7
log
@- Unbreak

PR:		ports/79625
Submitted by:	Johan van Selst <johans@@stack.nl>
@
text
@d13 1
a13 1
MAINTAINER=	harbour@@netfang.net
@


1.6
log
@BROKEN on 5.x: Broken by changes to make(1)

Approved by:    portmgr (self)
@
text
@d25 1
a28 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 502126
BROKEN=		"Broken by make(1) changes on FreeBSD >= 5.x"
.endif

d66 1
a66 1
.include <bsd.port.post.mk>
@


1.5
log
@- Update to 0.44.0

PR:		ports/69824
Submitted by:	David G. Holm <freebsd@@netfang.net> (maintainer)
@
text
@d28 6
d71 1
a71 1
.include <bsd.port.mk>
@


1.4
log
@Mark ONLY_FOR_ARCHS=i386 (maintainer and authors report that this port is
not 64-bit clean).  Correct whitespace and portlint a bit.
@
text
@d9 1
a9 2
PORTVERSION=	0.43.2
PORTREVISION=	1
a27 25
.if defined(NOPORTDOCS)
post-install:
	${INSTALL_PROGRAM} ${HB_DIR}/bin/harbour ${PREFIX}/bin
	${INSTALL_PROGRAM} ${HB_DIR}/bin/hbdoc ${PREFIX}/bin
	${INSTALL_PROGRAM} ${HB_DIR}/bin/hbmake ${PREFIX}/bin
	${INSTALL_PROGRAM} ${HB_DIR}/bin/hbpp ${PREFIX}/bin
	${INSTALL_PROGRAM} ${HB_DIR}/bin/hbrun ${PREFIX}/bin
	${INSTALL_PROGRAM} ${HB_DIR}/bin/hbtest ${PREFIX}/bin
	${INSTALL_DATA} ${HB_DIR}/include/hb* ${PREFIX}/include
	${INSTALL_DATA} ${HB_DIR}/lib/*.a ${PREFIX}/lib
	.endif
	-@@${ECHO}
	-@@${ECHO} @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
	-@@${ECHO} @@
	-@@${ECHO} @@ Executable files are installed in ${PREFIX}/bin.
	-@@${ECHO} @@
	-@@${ECHO} @@ Header files are installed in ${PREFIX}/include.
	-@@${ECHO} @@
	-@@${ECHO} @@ Library files are installed in ${PREFIX}/lib.
	-@@${ECHO} @@
	-@@${ECHO} @@ See pkg-plist for a list of all installed files.
	-@@${ECHO} @@
	-@@${ECHO} @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
	-@@${ECHO}
.else
d38 8
a45 6
	${MKDIR} ${PREFIX}/share/doc/harbour
	${INSTALL_MAN} ${HB_DIR}/doc/*.txt ${PREFIX}/share/doc/harbour
	${MKDIR} ${PREFIX}/share/doc/harbour/en
	${INSTALL_MAN} ${HB_DIR}/doc/en/*.txt ${PREFIX}/share/doc/harbour/en
	${MKDIR} ${PREFIX}/share/doc/harbour/es
	${INSTALL_MAN} ${HB_DIR}/doc/es/*.txt ${PREFIX}/share/doc/harbour/es
d55 3
a57 2
	-@@${ECHO} @@ Documentation files are installed in ${PREFIX}/share/doc/harbour,
	-@@${ECHO} @@ ${PREFIX}/share/doc/harbour/en, and ${PREFIX}/share/doc/harbour/es.
d59 1
a63 1
.endif
@


1.3
log
@IGNORE on !i386: Hangs during build
@
text
@d8 17
a24 14
PORTNAME=      harbour
PORTVERSION=   0.43.2
PORTREVISION=  1
CATEGORIES=    lang
MASTER_SITES=  ftp://ftp.jsd0.com/public/harbour/dgh/

MAINTAINER=    harbour@@netfang.net
COMMENT=       An open source Clipper-compatible compiler

WRKSRC=${WRKDIR}

USE_BISON=yes
USE_FLEX=yes
USE_GMAKE=yes
d27 1
a27 9
LIB_DEPENDS=    slang.1:${PORTSDIR}/devel/libslang

HB_DIR=${WRKDIR}/${PORTNAME}

.include <bsd.port.pre.mk>

.if ${ARCH} != "i386"
IGNORE=		Hangs during build on !i386
.endif
d40 13
a52 13
	-@@echo
	-@@echo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
	-@@echo @@
	-@@echo @@ Executable files are installed in ${PREFIX}/bin.
	-@@echo @@
	-@@echo @@ Header files are installed in ${PREFIX}/include.
	-@@echo @@
	-@@echo @@ Library files are installed in ${PREFIX}/lib.
	-@@echo @@
	-@@echo @@ See pkg-plist for a list of all installed files.
	-@@echo @@
	-@@echo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
	-@@echo
d70 16
a85 16
	-@@echo
	-@@echo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
	-@@echo @@
	-@@echo @@ Executable files are installed in ${PREFIX}/bin.
	-@@echo @@
	-@@echo @@ Header files are installed in ${PREFIX}/include.
	-@@echo @@
	-@@echo @@ Library files are installed in ${PREFIX}/lib.
	-@@echo @@
	-@@echo @@ Documentation files are installed in ${PREFIX}/share/doc/harbour,
	-@@echo @@ ${PREFIX}/share/doc/harbour/en, and ${PREFIX}/share/doc/harbour/es.
	-@@echo @@
	-@@echo @@ See pkg-plist for a list of all installed files.
	-@@echo @@
	-@@echo @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
	-@@echo
d88 1
a88 1
.include <bsd.port.post.mk>
@


1.2
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d28 6
d93 1
a93 1
.include <bsd.port.mk>
@


1.1
log
@Add lang/harbour, an open source Clipper-compatible compiler.

PR:		ports/52016
Submitted by:	David G. Holm <harbour@@netfang.net>
@
text
@d10 1
a10 1
PORTREVISION=  0
@

