freebsd-ports/devel/libcheck/Makefile
2008-09-01 00:59:45 +00:00

28 lines
560 B
Makefile

# New ports collection makefile for: libcheck
# Date created: December 4, 2003
# Whom: mikeh@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= libcheck
PORTVERSION= 0.9.5
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/check
DISTNAME= check-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A unit test framework for C
GNU_CONFIGURE= yes
PLIST_SUB= CHECK_VERSION=${PORTVERSION}
USE_GMAKE= yes
USE_LDCONFIG= yes
DOCSDIR= ${PREFIX}/share/doc/check-${PORTVERSION}
EXAMPLESDIR= ${PREFIX}/share/examples/check-${PORTVERSION}
INFO= check
.include <bsd.port.mk>