25 lines
465 B
Makefile
25 lines
465 B
Makefile
# New ports collection makefile for: check
|
|
# Date created: 02 February 2007
|
|
# Whom: luckrill@yahoo.com.cn
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= check
|
|
PORTVERSION= 0.9.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= check
|
|
|
|
MAINTAINER= luckrill@yahoo.com.cn
|
|
COMMENT= Check is a unit testing framework for C
|
|
|
|
INFO= check
|
|
|
|
MANCOMPRESSED= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= pkgconfig
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|