mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
877dce2447
Approved by: bapt@ (co-mentor)
23 lines
383 B
Makefile
23 lines
383 B
Makefile
# Created by: Andrew <andrew@ugh.net.au>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libhash
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GENTOO/distfiles
|
|
|
|
MAINTAINER= rodrigo@FreeBSD.org
|
|
COMMENT= Library for manipulating hash tables
|
|
|
|
WRKSRC= ${WRKDIR}/libhash
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.if defined(NO_PROFILE)
|
|
PLIST_SUB+= PROFILE="@comment "
|
|
.else
|
|
PLIST_SUB+= PROFILE=""
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|