pkgsrc/devel/check/Makefile

20 lines
439 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.14 2007/02/01 19:07:23 drochner Exp $
2002-06-26 09:16:38 +02:00
#
DISTNAME= check-0.9.5
2002-06-26 09:16:38 +02:00
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=check/}
MAINTAINER= pkgsrc-users@NetBSD.org
2002-06-26 09:16:38 +02:00
HOMEPAGE= http://check.sourceforge.net/
COMMENT= Unit test framework for C
2002-06-26 09:16:38 +02:00
GNU_CONFIGURE= yes
2002-06-26 09:16:38 +02:00
CONFIGURE_ARGS+=--enable-plain-docdir
USE_TOOLS+= gmake
USE_LIBTOOL= yes
INFO_FILES= yes
PKGCONFIG_OVERRIDE= check.pc.in
2002-06-26 09:16:38 +02:00
.include "../../mk/bsd.pkg.mk"