1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/www/libdom/Makefile
Evgeniy Khramtsov 17cc265ebb www/libdom: respect CC
PR:	257612
2021-08-08 05:05:23 -07:00

32 lines
750 B
Makefile

# Created by: Olivier Duchateau
PORTNAME= libdom
PORTVERSION= 0.4.1
CATEGORIES= www
MASTER_SITES= http://download.netsurf-browser.org/libs/releases/
EXTRACT_SUFX= -src.tar.gz
MAINTAINER= nc@FreeBSD.org
COMMENT= Document Object Model library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= netsurf-buildsystem>=1.5:devel/netsurf-buildsystem
LIB_DEPENDS= libwapcaplet.so:textproc/libwapcaplet \
libparserutils.so:devel/libparserutils \
libhubbub.so:www/libhubbub \
libexpat.so:textproc/expat2
USES= gmake iconv localbase pkgconfig
USE_LDCONFIG= yes
MAKE_ENV= BUILD_CC="${CC}" COMPONENT_TYPE="lib-shared"
PLIST_SUB= VERSION=${PORTVERSION}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdom.so
.include <bsd.port.mk>