freebsd-ports/devel/ossp-xds/Makefile
Alexey Dokuchaev 364dcae20b - Unbreak the build on PowerPC (at least) by always using va_copy() macro for
copying variable argument lists, not just on AMD64 (also regenerate a patch
  with `make makepatch' command)
- Simplify `check' target and rename it to our more standard `regression-test'
2015-09-04 13:07:20 +00:00

25 lines
539 B
Makefile

# Created by: Kimura Fuyuki <fuyuki@nigredo.org>
# $FreeBSD$
PORTNAME= xds
PORTVERSION= 0.9.3
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= OSSP/lib/${PORTNAME}
PKGNAMEPREFIX= ossp-
MAINTAINER= ports@FreeBSD.org
COMMENT= Generic and extensible framework for serialization
USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxds.so
regression-test: build
@${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} \
${MAKE_ARGS} check -C ${WRKSRC}
.include <bsd.port.mk>