mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
82d0ec487f
bump PORTREVISION Noticed by: bento PR: 48547 Submitted by: Erwin Lansing <erwin@lansing.dk>
23 lines
398 B
Makefile
23 lines
398 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: libghthash
|
|
# Date created: Jul 2, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libghthash
|
|
PORTVERSION= 0.5.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.student.lu.se/~etn97ksi/sim_home/filer/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Generic Hash Table
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|