aboutsummaryrefslogtreecommitdiff
path: root/devel/libhash/Makefile
blob: de291f237de314024c8ee219ff4ac848153df640 (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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Created by: Andrew <andrew@ugh.net.au>
# $FreeBSD$

PORTNAME=	libhash
PORTVERSION=	1.0.3
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR=	distfiles

MAINTAINER=	rodrigo@bebik.net
COMMENT=	A library for manipulating hash tables

WRKSRC=		${WRKDIR}/libhash

MAN3=		libhash.3 libhash_convenience.3
MANCOMPRESSED=	maybe
MLINKS=		libhash.3 hash_initialise.3 \
		libhash.3 hash_insert.3 \
		libhash.3 hash_retrieve.3 \
		libhash.3 hash_delete.3 \
		libhash.3 hash_iterator_initialise.3 \
		libhash.3 hash_fetch_next.3 \
		libhash.3 hash_iterator_deinitialise.3 \
		libhash.3 hash_deinitialise.3 \
		libhash_convenience.3 hash_compare_int.3 \
		libhash_convenience.3 hash_compare_string.3 \
		libhash_convenience.3 hash_hash_int.3 \
		libhash_convenience.3 hash_hash_string.3 \
		libhash_convenience.3 hash_copy_int.3 \
		libhash_convenience.3 hash_copy_string.3

USE_LDCONFIG=	yes

.if defined(NO_PROFILE)
PLIST_SUB+=	PROFILE="@comment "
.else
PLIST_SUB+=	PROFILE=""
.endif

NO_STAGE=	yes
.include <bsd.port.mk>