364dcae20b
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'
25 lines
539 B
Makefile
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>
|