aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/asm-xml/Makefile
blob: c83acc416cc955a7c0e1145b4294f65b0e77e189 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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

ONLY_FOR_ARCHS= i386 amd64
USE_DOS2UNIX=   YES

PLIST_FILES=    include/asm-xml.h lib/libasm-xml.a

.include <bsd.port.pre.mk>

.if ${ARCH} == "amd64"
BROKEN=     Does not build on amd64
.endif

post-extract:
    ${RM} -rf ${WRKSRC}/obj

post-patch:
    @${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile

.include <bsd.port.post.mk>