1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/devel/libhash/Makefile
2021-04-06 16:31:07 +02:00

23 lines
375 B
Makefile

# Created by: Andrew <andrew@ugh.net.au>
PORTNAME= libhash
PORTVERSION= 1.0.3
CATEGORIES= devel
MASTER_SITES= GENTOO
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= Library for manipulating hash tables
WRKSRC= ${WRKDIR}/libhash
USES= uidfix
USE_LDCONFIG= yes
.if defined(NO_PROFILE)
PLIST_SUB+= PROFILE="@comment "
.else
PLIST_SUB+= PROFILE=""
.endif
.include <bsd.port.mk>