blob: 0b6a90b69817b8a0171cfab8121b5215994e622c (
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
|
# 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:lang/fasm
ONLY_FOR_ARCHS= i386 amd64
USES= dos2unix uidfix
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>
|