aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libghthash/Makefile
blob: c5b1739c7472b67d5f40a5dd5215871ef656abd7 (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
# ex:ts=8
# Ports collection makefile for:    libghthash
# Date created:         Jul 2, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   libghthash
PORTVERSION=    0.5.6
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   http://www.ipd.bth.se/ska/sim_home/filer/

MAINTAINER= laszlof@vonostingroup.com
COMMENT=    Generic Hash Table

USE_AUTOTOOLS=  libtool:15
CONFIGURE_TARGET=   --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes

PLIST_FILES=    include/ght_hash_table.h \
        lib/libghthash.a  lib/libghthash.la \
        lib/libghthash.so lib/libghthash.so.5

.include <bsd.port.mk>