1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/hapy/Makefile
Martin Wilke 3fb1b0816f - Update to 0.0.8
PR:		ports/107770
Submitted by:	miwi
Approved by:	maintainer
2007-01-11 09:51:23 +00:00

29 lines
576 B
Makefile

# 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
USE_GCC= 3.4+
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>