mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
- Add LICENSE
- Switch to new test framework
This commit is contained in:
parent
13fc326e18
commit
de6d72b23d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470824
@ -10,17 +10,18 @@ MASTER_SITES= https://labs.omniti.com/portableumem/releases/${PORTVERSION:R}/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Port of the Solaris memory allocator
|
||||
|
||||
LICENSE= CDDL
|
||||
LICENSE_FILE= ${WRKSRC}/OPENSOLARIS.LICENSE
|
||||
|
||||
USES= libtool tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check # XXX: 1 of 4 tests fail
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/ -ldl//g' ${WRKSRC}/Makefile.in
|
||||
|
||||
regression-test: build
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user