1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/devel/libghthash/Makefile

22 lines
423 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: libghthash
# Date created: Jul 2, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libghthash
PORTVERSION= 0.5.5
CATEGORIES= devel
MASTER_SITES= http://www.ipd.bth.se/ska/sim_home/filer/
MAINTAINER= ports@FreeBSD.org
2003-02-20 17:07:10 +00:00
COMMENT= Generic Hash Table
USE_LIBTOOL_VER= 15
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
.include <bsd.port.mk>