aboutsummaryrefslogtreecommitdiff
path: root/devel/libhash/Makefile
blob: 40cd8e9253d000ef51a64d7e7d2ffca2613b7bf3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>