Files
ports/textproc/turboxsl/Makefile
T
Mark Linimon 1ba324b0da Allow building on powerpc64le.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2020-09-23 21:04:29 +00:00

29 lines
600 B
Makefile

# $FreeBSD$
PORTNAME= turboxsl
DISTVERSION= b03c2c9
PORTEPOCH= 1
CATEGORIES= textproc
MAINTAINER= hrs@FreeBSD.org
COMMENT= Fast, multithreaded XML+XSLT transformation library
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le sparc64
LIB_DEPENDS= libck.so:devel/concurrencykit \
libmemcached.so:databases/libmemcached
USES= autoreconf libtool pathfix pkgconfig
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= Litres
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
.include <bsd.port.mk>