1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/devel/tllist/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
457 B
Makefile

PORTNAME= tllist
DISTVERSION= 1.0.5
CATEGORIES= devel
MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
MAINTAINER= jbeich@FreeBSD.org
COMMENT= C header file only implementation of a typed linked list
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= meson
USE_CSTD= gnu99
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= include/${PORTNAME}.h \
libdata/pkgconfig/${PORTNAME}.pc
.include <bsd.port.mk>