freebsd-ports/devel/pructl/Makefile
Mark Linimon 94b8da4803 USE_CSTD=c99 is necessary to build this port on GCC-based architectures.
Additionally, remove -Weverything, base GCC doesn't support it.

PR:		234370
Submitted by:	Piotr Kubaj
2018-12-26 21:13:42 +00:00

21 lines
374 B
Makefile

# $FreeBSD$
PORTNAME= pructl
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://bitbucket.org/rpaulo/pructl/get/
MAINTAINER= ports@FreeBSD.org
COMMENT= Utilities to interface with PRUs
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libpru.so:devel/libpru
USES= cmake libedit
USE_CSTD= c99
WRKSRC= ${WRKDIR}/rpaulo-pructl-ef9fa544e6a3
.include <bsd.port.mk>