summaryrefslogtreecommitdiff
path: root/textproc/ssddiff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ssddiff/Makefile')
-rw-r--r--textproc/ssddiff/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/textproc/ssddiff/Makefile b/textproc/ssddiff/Makefile
deleted file mode 100644
index 0053774c19d5..000000000000
--- a/textproc/ssddiff/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= ssddiff
-PORTVERSION= 0.2
-PORTREVISION= 2
-CATEGORIES= textproc
-MASTER_SITES= http://alioth.debian.org/frs/download.php/1469/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Diff application for semistructured data such as XML files
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-07-04
-
-LICENSE= GPLv2+
-
-GNU_CONFIGURE= yes
-USES= autoreconf pkgconfig tar:bzip2
-USE_GNOME= libxml2
-
-PLIST_FILES= bin/xmldiff
-
-post-patch:
- @${FIND} ${WRKSRC} -type l -delete
- @${REINPLACE_CMD} -e \
- 's|^CXXFLAGS|AM_CPPFLAGS|' ${WRKSRC}/src/Makefile.am
- @${REINPLACE_CMD} -e \
- 's|"getopt\.h"|<unistd.h>|' ${WRKSRC}/src/main.cc
- @${REINPLACE_CMD} \
- -e 's/hash</__gnu_cxx::&/' -e 's/hash<char/& const/' \
- ${WRKSRC}/src/doc.h ${WRKSRC}/src/out_common.cc \
- ${WRKSRC}/src/out_merged.cc ${WRKSRC}/src/out_xupdate.cc \
- ${WRKSRC}/src/out_xupdate.h ${WRKSRC}/src/ustring.cc \
- ${WRKSRC}/src/ustring.h
-
-.include <bsd.port.mk>