pkgsrc/devel/check/Makefile

22 lines
472 B
Makefile
Raw Normal View History

2008-04-16 15:03:43 +02:00
# $NetBSD: Makefile,v 1.15 2008/04/16 13:03:43 obache 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
2008-04-16 15:03:43 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
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"