197f08abf4
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Reported by: swills
22 lines
446 B
Makefile
22 lines
446 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= uncle
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= gblach@FreeBSD.org
|
|
COMMENT= Convert UCL config file to desired format
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LIB_DEPENDS= libucl.so:textproc/libucl
|
|
|
|
BROKEN_powerpc64= fails to compile: uncle.c: 'for' loop initial declaration used outside C99 mode
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= MagikBSD
|
|
|
|
PLIST_FILES= bin/uncle
|
|
|
|
.include <bsd.port.mk>
|