1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/devel/hapy/Makefile
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00

23 lines
430 B
Makefile

# Created by: rousskov
# $FreeBSD$
PORTNAME= hapy
PORTVERSION= 0.0.8
CATEGORIES= devel
MASTER_SITES= SF
DISTNAME= Hapy-${PORTVERSION}
MAINTAINER= rousskov@measurement-factory.com
COMMENT= 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>