freebsd-ports/databases/dbh/Makefile
Kirill Ponomarev 8a07fbb3e8 - Update to version 1.0.17
PR:		58622
Submitted by:	Ports Fury
2003-10-28 21:34:30 +00:00

24 lines
512 B
Makefile

# ex:ts=8
# Ports collection makefile for: dbh
# Date created: Aug 9, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= dbh
PORTVERSION= 1.0.17
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E}
MAINTAINER= ports@FreeBSD.org
COMMENT= Disk Based Hashtables
USE_GNOME= gnomehack gnometarget pkgconfig
USE_LIBTOOL= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
INSTALLS_SHLIB= yes
.include <bsd.port.mk>