head	1.15;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.5;
locks; strict;
comment	@# @;


1.15
date	2013.01.08.10.47.15;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.11.17.05.58.52;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2011.09.23.22.23.43;	author amdmi3;	state Exp;
branches;
next	1.12;

1.12
date	2011.09.08.14.11.39;	author gahr;	state Exp;
branches;
next	1.11;

1.11
date	2011.09.07.10.02.50;	author gahr;	state Exp;
branches;
next	1.10;

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

1.9
date	2010.11.02.08.03.47;	author gahr;	state Exp;
branches;
next	1.8;

1.8
date	2010.10.29.09.52.45;	author gahr;	state Exp;
branches;
next	1.7;

1.7
date	2009.12.03.11.01.20;	author sylvio;	state Exp;
branches;
next	1.6;

1.6
date	2009.11.27.22.52.21;	author sylvio;	state Exp;
branches;
next	1.5;

1.5
date	2009.09.12.23.26.08;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2009.09.04.00.13.11;	author araujo;	state Exp;
branches;
next	1.3;

1.3
date	2009.08.22.00.24.32;	author amdmi3;	state Exp;
branches;
next	1.2;

1.2
date	2009.08.10.14.15.30;	author araujo;	state Exp;
branches;
next	1.1;

1.1
date	2009.06.21.10.20.37;	author dhn;	state Exp;
branches;
next	;


desc
@@


1.15
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310081
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r310081 | gahr | 2013-01-08 10:22:33 +0000 (Tue, 08 Jan 2013) | 6 lines
## SVN ##
## SVN ## - Update to 3.14.1
## SVN ##
## SVN ## PR:		174089
## SVN ## Submitted by:	gahr
## SVN ## Approved by:	maintainer (timeout > 1 month)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Sylvio Cesar <sylvio@@FreeBSD.org>
# $FreeBSD: head/lang/libhx/Makefile 310081 2013-01-08 10:22:33Z gahr $

PORTNAME=	libHX
PORTVERSION=	3.14.1
CATEGORIES=	lang
MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION}

MAINTAINER=	sylvio@@FreeBSD.org
COMMENT=	C/C++ library with common data structures and functions

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

USE_XZ=		yes
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
USE_AUTOTOOLS=	libtool
CONFIGURE_ARGS+=--with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig

.if !defined(NOPORTDOCS)
PORTDOCS=	*
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME:L}
.endif

post-patch:
	${REINPLACE_CMD} -e 's| -lrt||g' ${WRKSRC}/src/Makefile.in
.if defined(NOPORTDOCS)
	${REINPLACE_CMD} -e 's|libHX_Documentation.pdf||' \
	   ${WRKSRC}/doc/Makefile.in ${WRKSRC}/doc/Makefile.am
.endif

.include <bsd.port.mk>
@


1.14
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	libhx
# Date created:		2009-06-20
# Whom:			Sylvio Cesar <sylvio@@FreeBSD.org>
#
# $FreeBSD: head/lang/libhx/Makefile 300896 2012-07-14 13:54:48Z beat $
#
d5 1
a5 1
PORTVERSION=	3.10.1
d10 1
a10 1
COMMENT=	Library C with some additional C++ bindings available
d19 1
a19 1
CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
a25 2
MAN1=		hxdirstamp.1

@


1.13
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@- Fix PLIST and handling of PORTDOCS

Reported by:	PH (via erwin)
@
text
@d16 2
a17 2
CPPFLAGS=	-I${LOCALBASE}/include
LDFLAGS=	-L${LOCALBASE}/lib
@


1.11
log
@- Update to 3.10.1

PR:		159598
Submitted by:	Pietro Cerutti <gahr@@FreeBSD.org>
Approved by:	maintainer timeout (1 month)
@
text
@d23 1
d25 6
a30 1
PORTDOCS=	libHX_Documentation.pdf
d34 3
a36 9

post-build:
	@@${REINPLACE_CMD} -e 's|doc src|src|g' ${WRKSRC}/Makefile

post-install:
	(mv ${PREFIX}/lib/pkgconfig/libHX.pc ${PREFIX}/libdata/pkgconfig/libHX.pc)
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	@@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR}/
@


1.10
log
@Sync to new bsd.autotools.mk
@
text
@d9 1
a9 1
PORTVERSION=	3.6
@


1.9
log
@- Fix build on < 800505 by properly using USE_XZ

Reported by:	ph (via pav)
@
text
@d22 1
a22 1
USE_AUTOTOOLS=	libtool:22
@


1.8
log
@- Update to 3.6

PR:		151455
Submitted by:	gahr
Approved by:	maintainer (timeout 15 days)
@
text
@a11 1
EXTRACT_SUFX=	.tar.xz
d19 1
@


1.7
log
@- Update to 3.2

Approved by:	miwi (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	3.2
d12 1
a20 1
USE_BZIP2=	yes
@


1.6
log
@- Update my mail address to FreeBSD

Approved by:	miwi (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	3.0.1
@


1.5
log
@- Fix build on FreeBSD 6.X

PR:		138745
Submitted by:	Sylvio Cesar <scjamorim@@bsd.com.br> (maintainer)
@
text
@d3 1
a3 1
# Whom:			Sylvio Cesar <scjamorim@@bsd.com.br>
d13 1
a13 1
MAINTAINER=	scjamorim@@bsd.com.br
@


1.4
log
@- Update to 3.0.1.

PR:		ports/138511
Submitted by:	Sylvio Cesar <scjamorim@@bsd.com.br> (maintainer)
@
text
@d16 3
d22 1
d26 3
@


1.3
log
@- Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L
@
text
@d9 1
a9 1
PORTVERSION=	2.8
@


1.2
log
@- Update to 2.8.

PR:		ports/137490
Submitted by:	Sylvio Cesar <scjamorim@@bsd.com.br> (maintainer)
@
text
@d11 1
a11 2
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	libhx
@


1.1
log
@libHX is a C library (with some additional C++ bindings available)

WWW:	http://libhx.sourceforge.net/

PR:		ports/135871
Submitted by:	Sylvio Cesar <scjamorim@@bsd.com.br>
@
text
@d9 1
a9 1
PORTVERSION=	2.7
@

