aboutsummaryrefslogtreecommitdiff
path: root/devel/hapy/Makefile
blob: ab17b6dac7ba94e152ad4a759f86105ee4a44033 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	hapy
# Date created:			Dec 24, 2003
# Whom:				rousskov
#
# $FreeBSD$
#

PORTNAME=	hapy
PORTVERSION=	0.0.8
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
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>