freebsd-ports/databases/dbh/Makefile

24 lines
426 B
Makefile
Raw Normal View History

2002-08-09 18:22:37 +02:00
# ex:ts=8
# Ports collection makefile for: dbh
# Date created: Aug 9, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= dbh
PORTVERSION= 1.0.24
PORTREVISION= 1
2002-08-09 18:22:37 +02:00
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
2002-08-09 18:22:37 +02:00
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Disk Based Hashtables
2002-08-09 18:22:37 +02:00
USE_GNOME= gnomehack gnometarget pkgconfig
GNU_CONFIGURE= yes
2002-08-09 18:22:37 +02:00
INSTALLS_SHLIB= yes
.include <bsd.port.mk>