6629ed8d6d
ok jasper@. Lightweight library to simplify and generalize the process of writing unit tests for C applications.
26 lines
505 B
Makefile
26 lines
505 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/07/18 17:37:51 rpointel Exp $
|
|
|
|
COMMENT = library to simplify writing unit tests for C applications
|
|
|
|
DISTNAME = cmockery-0.1.2
|
|
|
|
SHARED_LIBS += cmockery 0.0 # 0.0
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://cmockery.googlecode.com/
|
|
|
|
# Apache v2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = ${HOMEPAGE}files/
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
USE_LIBTOOL = Yes
|
|
|
|
.include <bsd.port.mk>
|