mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
22 lines
431 B
Makefile
22 lines
431 B
Makefile
# New ports collection makefile for: libcheck
|
|
# Date created: December 4, 2003
|
|
# Whom: mikeh@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libcheck
|
|
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
|
|
PLIST_SUB= CHECK_VERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|