Files
ports/devel/libpru/Makefile
T
Cy Schubert 55d1f50e35 Unbreak by making fetchable again, using GH.
jmg@ has agreed to maintain this port for now as he uses it. He's
willing to give maintainership to anyone else who actively uses it.

Reported by:	jmg
2020-09-22 20:13:46 +00:00

30 lines
603 B
Makefile

# $FreeBSD$
PORTNAME= libpru
DISTVERSION= 0.4
CATEGORIES= devel
MAINTAINER= jmg@FreeBSD.org
# The maintainer says, if you're actively using this you are free to
# take this port.
COMMENT= Library to interface with PRUs
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= rpaulo
GH_TAGNAME= v0.4
IGNORE_DragonFly= only supported on FreeBSD
USES= cmake compiler
.include <bsd.port.pre.mk>
post-patch:
${REINPLACE_CMD} -e 's/ -Weverything//' ${WRKSRC}/CMakeLists.txt
.if ${CHOSEN_COMPILER_TYPE} == gcc
${REINPLACE_CMD} -e 's/ -Werror//' ${WRKSRC}/CMakeLists.txt
.endif
.include <bsd.port.post.mk>