mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
40d889badc
Approved by: flz (mentor)
27 lines
568 B
Makefile
27 lines
568 B
Makefile
# 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@FreeBSD.org
|
|
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>
|