0b8f4acb11
New homepage location. Approved by: krion (mentor) (implicitly)
22 lines
376 B
Makefile
22 lines
376 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: libghthash
|
|
# Date created: Jul 2, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libghthash
|
|
PORTVERSION= 0.5.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.ipd.bth.se/ska/sim_home/filer/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Generic Hash Table
|
|
|
|
USE_LIBTOOL_VER= 13
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|