1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/devel/libpeak/Makefile
Baptiste Daroussin 29d03f28d6 Support stage
2014-01-21 00:47:41 +00:00

26 lines
498 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= libpeak
PORTVERSION= 0.1.2
CATEGORIES= devel
MASTER_SITES= SF/peak/${PORTNAME}/${PORTVERSION}
MAINTAINER= gahr@FreeBSD.org
COMMENT= Parallel Events and Asynchronous tasKing Library
ONLY_FOR_ARCHS= i386 amd64 sparc64
USES= gmake
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
regression-test: build
( \
cd ${WRKSRC}/tests; \
alltests=`ls *.c | sed -e 's|\.c||g'`; \
${MAKE} $$alltests && ./test-suite.pl $$alltests \
)
.include <bsd.port.mk>