freebsd-ports/databases/dbow/Makefile
Marcus Alves Grando 6404db2ec2 Update to 0.6 [1]
Respect CFLAGS
Use DATADIR macro

PR:		86988 [1]
Submitted by:	Dermot Tynan <dtynan@kalopa.com> (maintainer)
Approved by:	pav (mentor)
2005-10-06 13:57:48 +00:00

27 lines
574 B
Makefile

# New ports collection makefile for: dbow
# Date created: 24 March 2004
# Whom: Dermot Tynan <dtynan@kalopa.com>
#
# $FreeBSD$
#
PORTNAME= dbow
PORTVERSION= 0.6
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
MAN1= dbow.1
post-patch:
@${REINPLACE_CMD} -e "s|CFLAGS=|CFLAGS+=|g" \
${WRKSRC}/example/Makefile ${WRKSRC}/lib/Makefile \
${WRKSRC}/src/Makefile
.include <bsd.port.mk>