summaryrefslogtreecommitdiff
path: root/textproc/domc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/domc/Makefile')
-rw-r--r--textproc/domc/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/textproc/domc/Makefile b/textproc/domc/Makefile
deleted file mode 100644
index cfcb00f3d191..000000000000
--- a/textproc/domc/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME= domc
-PORTVERSION= 0.8.0
-PORTREVISION= 5
-CATEGORIES= textproc
-MASTER_SITES= http://www.ioplex.com/~miallen/domc/dl/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Lightweight implementation of the DOM in ANSI C
-WWW= https://www.ioplex.com/~miallen/domc/
-
-LICENSE= MIT
-
-DEPRECATED= Obsolete, doesn't support HTML5, DOM Level 4 and DOM 2020-06
-EXPIRATION_DATE=2025-04-30
-
-LIB_DEPENDS= libexpat.so:textproc/expat2 \
- libmba.so:devel/libmba
-
-USES= gmake
-MAKE_ENV= prefix="${LOCALBASE}" INSTDIR="${STAGEDIR}${PREFIX}"
-MAKE_ARGS= CC="${CC}" RPM_OPT_FLAGS="${CFLAGS}" \
- MAJVERSION=${PORTVERSION:R:R}
-CFLAGS+= -D__USE_XOPEN=__XSI_VISIBLE
-USE_LDCONFIG= yes
-
-.include <bsd.port.mk>