1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/textproc/asm-xml/Makefile
Mathieu Arnold eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00

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>