opnsense-ports/devel/hapy/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

26 lines
564 B
Makefile

# Created by: rousskov
# $FreeBSD$
PORTNAME= hapy
PORTVERSION= 0.0.8
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF
DISTNAME= Hapy-${PORTVERSION}
MAINTAINER= rousskov@measurement-factory.com
COMMENT= Runtime parser generator
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= libtool
post-build:
@${ECHO_MSG} "Consider running 'make check' before 'make install'"
@${ECHO_MSG} "to execute a library self-test"
check: build
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
${MAKEFILE} ${MAKE_ARGS} check)
.include <bsd.port.mk>