mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
eabbfd75e3
PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
26 lines
487 B
Makefile
26 lines
487 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:lang/fasm
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USES= dos2unix uidfix
|
|
|
|
PLIST_FILES= include/asm-xml.h lib/libasm-xml.a
|
|
|
|
post-extract:
|
|
${RM} -r ${WRKSRC}/obj
|
|
|
|
post-patch:
|
|
@${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|