diff options
Diffstat (limited to 'devel/ossp-xds/Makefile')
-rw-r--r-- | devel/ossp-xds/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/devel/ossp-xds/Makefile b/devel/ossp-xds/Makefile deleted file mode 100644 index 6a003c374e30..000000000000 --- a/devel/ossp-xds/Makefile +++ /dev/null @@ -1,27 +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/ - -DEPRECATED= Abandoned upstream, last release in 2005 -EXPIRATION_DATE=2025-07-31 - -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> |