2002-07-02 20:16:32 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: libghthash
|
|
|
|
# Date created: Jul 2, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libghthash
|
2007-07-18 17:52:28 +02:00
|
|
|
PORTVERSION= 0.6.2
|
2008-12-12 17:02:26 +01:00
|
|
|
PORTREVISION= 1
|
2002-07-02 20:16:32 +02:00
|
|
|
CATEGORIES= devel
|
2004-07-18 01:37:10 +02:00
|
|
|
MASTER_SITES= http://www.ipd.bth.se/ska/sim_home/filer/
|
2002-07-02 20:16:32 +02:00
|
|
|
|
2008-12-12 17:02:26 +01:00
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Generic Hash Table
|
2002-07-02 20:16:32 +02:00
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2007-07-18 17:52:28 +02:00
|
|
|
CONFIGURE_ARGS= --datarootdir=${PREFIX}
|
|
|
|
USE_LDCONFIG= yes
|
2002-07-02 20:16:32 +02:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
PLIST_FILES= include/ght_hash_table.h \
|
|
|
|
lib/libghthash.a lib/libghthash.la \
|
2007-07-18 17:52:28 +02:00
|
|
|
lib/libghthash.so lib/libghthash.so.2
|
|
|
|
|
2008-12-12 17:02:26 +01:00
|
|
|
MAN3= ght_create.3 \
|
|
|
|
ght_finalize.3 \
|
|
|
|
ght_first.3 \
|
|
|
|
ght_first_keysize.3 \
|
|
|
|
ght_get.3 \
|
|
|
|
ght_insert.3 \
|
|
|
|
ght_next.3 \
|
|
|
|
ght_next_keysize.3 \
|
|
|
|
ght_remove.3
|
|
|
|
|
|
|
|
PORTDOCS= *
|
|
|
|
PORTEXAMPLES= *
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
(cd ${WRKSRC}/html && ${COPYTREE_SHARE} \* ${DOCSDIR})
|
|
|
|
.endif
|
|
|
|
.if !defined(NOPORTEXAMPLES)
|
|
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
|
|
(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \*.c ${EXAMPLESDIR})
|
|
|
|
.endif
|
2006-02-15 08:43:16 +01:00
|
|
|
|
2002-07-02 20:16:32 +02:00
|
|
|
.include <bsd.port.mk>
|