summaryrefslogtreecommitdiff
path: root/textproc/turboxsl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/turboxsl/Makefile')
-rw-r--r--textproc/turboxsl/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/textproc/turboxsl/Makefile b/textproc/turboxsl/Makefile
deleted file mode 100644
index 735a11e47dd0..000000000000
--- a/textproc/turboxsl/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-PORTNAME= turboxsl
-DISTVERSION= b03c2c9
-PORTEPOCH= 1
-CATEGORIES= textproc
-
-MAINTAINER= hrs@FreeBSD.org
-COMMENT= Fast, multithreaded XML+XSLT transformation library
-WWW= https://github.com/Litres/turboxsl
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Obsolete, supports only legacy versions of XML and XSLT
-EXPIRATION_DATE=2025-04-30
-
-ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le
-
-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
-CFLAGS+= -fcommon
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-INSTALL_TARGET= install-strip
-
-.include <bsd.port.mk>