1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/devel/libcheck/Makefile
Mike Heffner 374c329ee9 * Upgrade libcheck to 0.9.5.
Tested by:	   Ashish Shukla <wahjava@gmail.com>
2006-12-25 22:42:19 +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.5
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>