aboutsummaryrefslogtreecommitdiff
path: root/devel/libhash/Makefile
blob: 6000e317ad119207365e86b2be33fc08e946b1d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Andrew <andrew@ugh.net.au>
# $FreeBSD$

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>