freebsd-ports/textproc/asm-xml/Makefile
Pav Lucistnik 654419e503 - Broken on all platforms
Reported by:	pointyhat
Approved by:	portmgr (hat)
2007-11-07 00:35:22 +00:00

31 lines
610 B
Makefile

# New ports collection makefile for: asm-xml
# Date created: 22 February 2007
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= asm-xml
PORTVERSION= 0.2
CATEGORIES= textproc
MASTER_SITES= SF
MAINTAINER= skv@FreeBSD.org
COMMENT= Very fast XML parser and decoder written in pure assembler
BUILD_DEPENDS= fasm:${PORTSDIR}/lang/fasm
BROKEN= Does not build on amd64
ONLY_FOR_ARCHS= i386 amd64
USE_DOS2UNIX= YES
PLIST_FILES= include/asm-xml.h lib/libasm-xml.a
post-extract:
${RM} -rf ${WRKSRC}/obj
post-patch:
@${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
.include <bsd.port.mk>