1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/libcheck/Makefile
Sean Chittenden 90862d3405 Update libcheck (C unit testing library) to 0.9.3. Port changes
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)
2006-07-05 18:30:08 +00:00

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>