freebsd-ports/databases/mird/Makefile
John Marino db2073ecc4 databases/mird: Mark BROKEN, checksum mismatch
PR: ports/181549 (timed out)
2013-09-10 09:39:02 +00:00

40 lines
902 B
Makefile

# Created by: Xavier Beaudouin <kiwi@oav.net>
# $FreeBSD$
PORTNAME= mird
PORTVERSION= 1.0.7
PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= ftp://ftp.oav.net/pkg_freebsd/distfiles/ \
http://grendel.firewall.com/caudium-pkg/ \
http://www.mirar.org/mird/
DISTNAME= Mird-${PORTVERSION}
MAINTAINER= kiwi@oav.net
COMMENT= A free database library with transaction support
BROKEN= Unfetchable due to checksum mismatch
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_AUTOTOOLS= autoconf:env
USE_GCC= any
USES= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-debug
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's,CFLAGS=,CFLAGS+=,' ${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e 's,-O,,g' ${WRKSRC}/src/configure
post-install:
${STRIP_CMD} ${PREFIX}/lib/libmird.so.1
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
.include <bsd.port.post.mk>