1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/devel/libcheck/Makefile
Felippe de Meirelles Motta 680093a090 - Declare again DISTNAME to unbreak the port.
- Bump PORTREVISION.

Reported by:	bf <bf2006a@yahoo.com>
Approved by:	gabor (mentor), mikeh (maintainer)
2008-04-07 16:25:08 +00:00

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>