freebsd-ports/devel/ossp-xds/Makefile
Pav Lucistnik 24ac9498b0 - Introduce MASTER_SITE_OSSP
PR:		ports/70504
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2004-08-21 15:19:42 +00:00

27 lines
546 B
Makefile

# New ports collection makefile for: OSSP xds
# Date created: 22 February 2004
# Whom: Kimura Fuyuki <fuyuki@nigredo.org>
#
# $FreeBSD$
#
PORTNAME= xds
PORTVERSION= 0.9.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_OSSP}
MASTER_SITE_SUBDIR= lib/${PORTNAME}
PKGNAMEPREFIX= ossp-
MAINTAINER= ports@FreeBSD.org
COMMENT= A generic and extensible framework for serialization
USE_LIBTOOL_VER= 15
INSTALLS_SHLIB= yes
MAN1= xds-config.1
MAN3= xds.3
test:
cd ${WRKSRC}; make check
.include <bsd.port.mk>