freebsd-ports/devel/genht/Makefile
Robert Clausecker 24bd5a33e5 */*: Update fuz@fuz.su to fuz@FreeBSD.org
www/writefreely had a stray duplicate MAINTAINER block
from an earlier botched commit.  I did intentionally not
touch the entry in UPDATING.

Reviewed by:	eduardo, flo
Differential Revision: https://reviews.freebsd.org/D38435
2023-02-09 00:24:25 +01:00

29 lines
634 B
Makefile

PORTNAME= genht
DISTVERSION= 1.1.3
CATEGORIES= devel
MASTER_SITES= http://www.repo.hu/projects/genht/releases/
MAINTAINER= fuz@FreeBSD.org
COMMENT= Simple generic hash table implementation in C
WWW= http://www.repo.hu/projects/genht/
LICENSE= PD
USES= tar:bz2
USE_LDCONFIG= yes
MAKE_ARGS+= GENHT_CFLAGS='${CFLAGS}' \
GENHT_LDFLAGS='${STRIP} ${LDFLAGS}' \
PREFIX=${PREFIX}
PORTEXAMPLES= Makefile example.c examplev.c
OPTIONS_DEFINE= EXAMPLES
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
.for f in ${PORTEXAMPLES}
${INSTALL_DATA} ${WRKSRC}/doc/$f ${STAGEDIR}${EXAMPLESDIR}
.endfor
.include <bsd.port.mk>