mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
36be6c7cc4
While here: - support stage, - use bsdtar to extract when supported. - Cleanup
26 lines
500 B
Makefile
26 lines
500 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
|
|
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>
|