mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
90862d3405
include: *) Update check.m4 to search for libraries and headers in /usr/local/* and $prefix/*. Ports/programs that use libcheck now work with the configure arg `--with-check` without needing to specify the location as an argument. Someone with more autofoo may want to review this. Patch submitted upstream. *) Removed incorporated patches. *) Installing docs and examples in their proper location. *) Removed a description of the benefits of unit testing in pkg-descr. *) No longer installing COPYING. Approved by: mikeh (maintainer)
26 lines
556 B
Makefile
26 lines
556 B
Makefile
# New ports collection makefile for: libcheck
|
|
# Date created: December 4, 2003
|
|
# Whom: mikeh@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libcheck
|
|
PORTVERSION= 0.9.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= check
|
|
DISTNAME= check-${PORTVERSION}
|
|
|
|
MAINTAINER= mikeh@FreeBSD.org
|
|
COMMENT= A unit test framework for C
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_SUB= CHECK_VERSION=${PORTVERSION}
|
|
USE_GMAKE= yes
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/check-${PORTVERSION}
|
|
EXAMPLESDIR= ${PREFIX}/share/examples/check-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|