mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
29 lines
577 B
Makefile
29 lines
577 B
Makefile
# Created by: Sylvio Cesar <sylvio@FreeBSD.org>
|
|
|
|
PORTNAME= libHX
|
|
PORTVERSION= 3.25
|
|
CATEGORIES= lang
|
|
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= C/C++ library with common data structures and functions
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
USES= cpe libtool localbase tar:xz
|
|
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
|
INSTALL_TARGET= install-strip
|
|
TEST_TARGET= check
|
|
|
|
CPE_VENDOR= jan_engelhardt
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
PORTDOCS= *
|
|
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:tl}
|
|
|
|
.include <bsd.port.mk>
|