1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/devel/tllist/Makefile
Mark Linimon 0a83bd1d20 Add USE_CSTD=c99 to fix build on GCC-based systems:
./test.c:44: error: 'for' loop initial declaration used outside C99 mode
2020-05-22 00:07:06 +00:00

23 lines
406 B
Makefile

# $FreeBSD$
PORTNAME= tllist
DISTVERSION= 1.0.0
CATEGORIES= devel
MASTER_SITES= https://codeberg.org/dnkl/tllist/archive/
DISTNAME= ${DISTVERSION}
MAINTAINER= ports@xanderio.de
COMMENT= C header file only implementation of a typed linked list
LICENSE= MIT
USES= meson
USE_CSTD= c99
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= include/tllist.h \
libdata/pkgconfig/tllist.pc
.include <bsd.port.mk>