freebsd-ports/textproc/asm-xml/Makefile
Baptiste Daroussin 27131af048 Reassign skv@ ports to the heap
Feature safe:	yes
2013-04-22 13:27:47 +00:00

31 lines
593 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= asm-xml
PORTVERSION= 1.1
CATEGORIES= textproc
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Very fast XML parser and decoder written in pure assembler
BUILD_DEPENDS= fasm:${PORTSDIR}/lang/fasm
ONLY_FOR_ARCHS= i386 amd64
USE_DOS2UNIX= YES
PLIST_FILES= include/asm-xml.h lib/libasm-xml.a
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not build on 6.X
.endif
post-extract:
${RM} -rf ${WRKSRC}/obj
post-patch:
@${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
.include <bsd.port.post.mk>