mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
32 lines
679 B
Makefile
32 lines
679 B
Makefile
# Created by: Sylvio Cesar <sylvio@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libHX
|
|
PORTVERSION= 3.24
|
|
CATEGORIES= lang
|
|
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= C/C++ library with common data structures and functions
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
USES= cpe libtool tar:xz
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
|
INSTALL_TARGET= install-strip
|
|
|
|
CPE_VENDOR= jan_engelhardt
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
PORTDOCS= *
|
|
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:tl}
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's| -lrt||g' ${WRKSRC}/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|