freebsd-ports/devel/uthash/Makefile
Mathieu Arnold c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00

38 lines
924 B
Makefile

# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= uthash
PORTVERSION= 1.9.8p2
CATEGORIES= devel
MAINTAINER= zi@FreeBSD.org
COMMENT= hash table for C structures
LICENSE= BSD1CLAUSE
LICENSE_NAME= BSD 1-Clause License
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
OPTIONS_DEFINE= DOCS
NO_BUILD= yes
USE_GITHUB= yes
GH_ACCOUNT= troydhanson
GH_TAGNAME= d10c46a
PORTDOCS= ChangeLog.txt todo.txt userguide.txt utarray.txt \
utlist.txt utstring.txt
PLIST_FILES= include/utarray.h include/uthash.h include/utlist.h \
include/utstring.h
do-install:
@${INSTALL_DATA} ${WRKSRC}/src/utarray.h \
${WRKSRC}/src/uthash.h \
${WRKSRC}/src/utlist.h \
${WRKSRC}/src/utstring.h ${STAGEDIR}${PREFIX}/include/
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>