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
|
2002-08-15 07:24:55 +02:00
|
|
|
PORTVERSION= 1.0.11
|
2002-11-08 23:01:31 +01:00
|
|
|
PORTREVISION= 1
|
2002-08-09 18:22:37 +02:00
|
|
|
CATEGORIES= databases
|
2003-02-16 01:33:47 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2002-08-09 18:22:37 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E}
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
|
|
|
USE_LIBTOOL= yes
|
2002-11-08 23:01:31 +01:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2002-08-09 18:22:37 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|