mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
680093a090
- Bump PORTREVISION. Reported by: bf <bf2006a@yahoo.com> Approved by: gabor (mentor), mikeh (maintainer)
29 lines
560 B
Makefile
29 lines
560 B
Makefile
# New ports collection makefile for: libcheck
|
|
# Date created: December 4, 2003
|
|
# Whom: mikeh@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libcheck
|
|
PORTVERSION= 0.9.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/check
|
|
DISTNAME= check-${PORTVERSION}
|
|
|
|
MAINTAINER= mikeh@FreeBSD.org
|
|
COMMENT= A unit test framework for C
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_SUB= CHECK_VERSION=${PORTVERSION}
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/check-${PORTVERSION}
|
|
EXAMPLESDIR= ${PREFIX}/share/examples/check-${PORTVERSION}
|
|
|
|
INFO= check
|
|
|
|
.include <bsd.port.mk>
|