# New ports collection makefile for:	hapy
# Date created:			Dec 24, 2003
# Whom:				rousskov
#
# $FreeBSD: ports/devel/hapy/Makefile,v 1.6 2009/08/22 00:18:05 amdmi3 Exp $
#

PORTNAME=	hapy
PORTVERSION=	0.0.8
CATEGORIES=	devel
MASTER_SITES=	SF
DISTNAME=	Hapy-${PORTVERSION}

MAINTAINER=	rousskov@measurement-factory.com
COMMENT=	A runtime parser generator

GNU_CONFIGURE=	yes

post-build:
	@${ECHO_MSG} "Consider running 'make check' before 'make install'"
	@${ECHO_MSG} "to execute a library self-test"

check: build
	cd ${WRKSRC}; ${MAKE} check

.include <bsd.port.mk>
