mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
eb5b8ec8dc
PR: ports/78873 Submitted by: Ports Fury
23 lines
411 B
Makefile
23 lines
411 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: dbh
|
|
# Date created: Aug 9, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dbh
|
|
PORTVERSION= 1.0.24
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Disk Based Hashtables
|
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
|
USE_LIBTOOL_VER= 15
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|