freebsd-ports/textproc/uncle/Makefile
Mark Linimon 8bf23c2df5 Add gnu99 to USE_CSTD to fix builds on gcc-based archs.
Tested on powerpc64, amd64.

Approved by:	portmgr (tier-2 blanket)
2018-09-18 07:10:07 +00:00

21 lines
361 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= uncle
PORTVERSION= 0.2
CATEGORIES= textproc
MAINTAINER= gblach@FreeBSD.org
COMMENT= Convert UCL config file to desired format
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libucl.so:textproc/libucl
USE_CSTD= c99
USE_GITHUB= yes
GH_ACCOUNT= MagikBSD
PLIST_FILES= bin/uncle
.include <bsd.port.mk>