mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
76c7f8fbe6
minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt)
23 lines
430 B
Makefile
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>
|