xref: /mports/devel/uthash/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	uthash
2PORTVERSION=	2.3.0
3DISTVERSIONPREFIX=	v
4CATEGORIES=	devel
5
6MAINTAINER=	ports@MidnightBSD.org
7COMMENT=	hash table for C structures
8WWW=		http://uthash.sourceforge.net/
9
10LICENSE=	bsd1
11LICENSE_FILE=	${WRKSRC}/LICENSE
12
13OPTIONS_DEFINE=	DOCS
14
15NO_BUILD=	yes
16USE_GITHUB=	yes
17GH_ACCOUNT=	troydhanson
18
19PORTDOCS=	ChangeLog.txt userguide.txt utarray.txt \
20		utlist.txt utstring.txt
21PLIST_FILES=	include/utarray.h include/uthash.h include/utlist.h \
22		include/utstring.h
23
24do-install:
25	${INSTALL_DATA} ${WRKSRC}/src/utarray.h \
26		${WRKSRC}/src/uthash.h \
27		${WRKSRC}/src/utlist.h \
28		${WRKSRC}/src/utstring.h ${PREFIX}/include/
29	@${MKDIR} ${DOCSDIR}
30.for f in ${PORTDOCS}
31	${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}
32.endfor
33
34.include <bsd.port.mk>
35

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026