summaryrefslogtreecommitdiff
path: root/devel/ossp-xds/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ossp-xds/Makefile')
-rw-r--r--devel/ossp-xds/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/devel/ossp-xds/Makefile b/devel/ossp-xds/Makefile
deleted file mode 100644
index 7ee07b245644..000000000000
--- a/devel/ossp-xds/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-PORTNAME= xds
-PORTVERSION= 0.9.3
-PORTREVISION= 2
-CATEGORIES= devel
-MASTER_SITES= OSSP/lib/${PORTNAME}
-PKGNAMEPREFIX= ossp-
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Generic and extensible framework for serialization
-WWW= http://www.ossp.org/pkg/lib/xds/
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-USES= libtool
-GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-USE_LDCONFIG= yes
-TEST_TARGET= check # XXX: 20 of 26 tests fail
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxds.so
-
-.include <bsd.port.mk>