freebsd-ports/devel/libcheck/Makefile

22 lines
431 B
Makefile
Raw Normal View History

# New ports collection makefile for: libcheck
# Date created: December 4, 2003
# Whom: mikeh@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= libcheck
2004-11-15 05:16:40 +01:00
PORTVERSION= 0.9.2
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}
.include <bsd.port.mk>