mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
0a83bd1d20
./test.c:44: error: 'for' loop initial declaration used outside C99 mode
23 lines
406 B
Makefile
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>
|