blob: 05f30b83d75d79696b6a0d28b6c742aeb61e66b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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>
|