freebsd-ports/devel/libcheck/Makefile

26 lines
556 B
Makefile
Raw Normal View History

# 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
2004-11-15 05:16:40 +01:00
PLIST_SUB= CHECK_VERSION=${PORTVERSION}
USE_GMAKE= yes
DOCSDIR= ${PREFIX}/share/doc/check-${PORTVERSION}
EXAMPLESDIR= ${PREFIX}/share/examples/check-${PORTVERSION}
.include <bsd.port.mk>