summaryrefslogtreecommitdiffstats
path: root/devel/libhash/Makefile
blob: 2c087a920bc8f8e27469e6eed6c86cac89cb456e (plain)
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>
# $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>
OpenPOWER on IntegriCloud