mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
25 lines
581 B
Makefile
25 lines
581 B
Makefile
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
|
|
WWW= https://hapy.sourceforge.net
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USES= libtool
|
|
USE_CXXSTD= c++98
|
|
|
|
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>
|