freebsd-ports/devel/tllist/Makefile
Fernando Apesteguía 2f5d5a361e devel/tllist: update to 1.0.2
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)
2020-08-07 11:27:30 +00:00

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>