mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
2d8b17ea39
With hat: portmgr
23 lines
432 B
Makefile
23 lines
432 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= 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>
|