From ChangeLog: https://codeberg.org/dnkl/tllist/releases/tag/1.0.2 * LICENSE and README.md are now installed to ${datadir}/doc/tllist * PKBUILD now indicates support for aarch64 * Bad year in LICENSE fixed PR: 248406 Submitted by: ports@xanderio.de (maintainer)
22 lines
406 B
Makefile
22 lines
406 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= tllist
|
|
DISTVERSION= 1.0.2
|
|
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>
|