mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 12:29:16 -04:00
25 lines
515 B
Makefile
25 lines
515 B
Makefile
# Created by: mikeh@FreeBSD.org
|
|
|
|
PORTNAME= check
|
|
PORTVERSION= 0.15.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://github.com/libcheck/check/releases/download/${PORTVERSION}/
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Unit test framework for C
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
|
|
|
|
USES= libtool makeinfo pathfix pkgconfig
|
|
|
|
CONFIGURE_ENV= ac_cv_path_AWK_PATH=${AWK}
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
|
|
INFO= check
|
|
|
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
|
|
|
.include <bsd.port.mk>
|