# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # Makefile # distinfo # pkg-descr # echo x - Makefile sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' X# Created by: Uffe Jakobsen <uffe@uffe.org> X# $FreeBSD: $ X XPORTNAME= dasm XPORTVERSION= 2.20.11 XCATEGORIES= devel XMASTER_SITES= SF/${PORTNAME}-dillon/${PORTNAME}-dillon/${PORTVERSION} X XMAINTAINER= uffe@uffe.org XCOMMENT= Macro assembler for MOS 6502 6507, Motorola 6803, 68705, 68HC11, Hitachi HD6303 and Fairchild F8 X XOPTIONS_DEFINE= DOCS X XUSES= gmake X XBUILD_WRKSRC= ${WRKSRC}/src X XPORTDOCS= * XPORTEXAMPLES= * X XPLIST_FILES= bin/dasm \ X bin/ftohex X Xpost-patch-script: X.for i in CC LDFLAGS CFLAGS X @${REINPLACE_CMD} 's|${i} = |${i} ?= |g' ${WRKSRC}/Makefile X.endfor X Xdo-install: X.for filename in dasm ftohex X ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${filename} ${PREFIX}/bin X.endfor X X.include <bsd.port.options.mk> X Xpost-install: X.if ${PORT_OPTIONS:MDOCS} X @${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} X.endif X X.include <bsd.port.mk> b67911656ef5d18c4ae36cb6741b7965 echo x - distinfo sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' XSHA256 (dasm-2.20.11.tar.gz) = 5b09040ddcd04417f9be9462d45d5584bee6f09bf342e8a05e513136b99aa0c3 XSIZE (dasm-2.20.11.tar.gz) = 112184 57677d168a5ec21bdf22c9501f075a8f echo x - pkg-descr sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979' Xdasm is a versatile macro assembler with support Xfor several 8-bit microprocessors including: X XMOS 6502 & 6507 XMotorola 6803, 68705 & 68HC11 XHitachi HD6303 (extended Motorola 6801) XFairchild F8 X XWWW: http://dasm-dillon.sourceforge.net/ 7f9555c3c1089940396b503dd37f3979 exit