Files
bsdports/data/libdbi/Makefile
2019-12-26 07:26:06 +00:00

23 lines
411 B
Makefile

#
# $Id$
#
PORTNAME= libdbi
PORTVERSION= 0.9.0
CATEGORIES= databases devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Database Independent Abstraction Layer for C
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USES+= gmake
post-patch:
${REINPLACE_CMD} -e "s|-O20|${CFLAGS}|g" -e "s|-std=gnu99||g" \
${WRKSRC}/configure
.include <bsd.port.mk>
#EOF