aboutsummaryrefslogtreecommitdiffstats
path: root/databases/dbow/Makefile
blob: af90122625fc59ad088489c63e0bd132de709b1f (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
# New ports collection makefile for:    dbow
# Date created:             24 March 2004
# Whom:                 Dermot Tynan <dtynan@kalopa.com>
#
# $FreeBSD$
#

PORTNAME=   dbow
PORTVERSION=    0.4
CATEGORIES= databases devel
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= dbow

MAINTAINER= dtynan@kalopa.com
COMMENT=    DBOW is a database object generator for C, Perl, PHP, etc

USE_MYSQL=  yes
USE_REINPLACE=  yes

post-patch:
    @${REINPLACE_CMD} -e 's|example||' ${WRKSRC}/Makefile

.include <bsd.port.mk>