freebsd-ports/devel/tpasm/Makefile
2003-02-26 17:44:59 +00:00

35 lines
813 B
Makefile

# New ports collection makefile for: tpasm
# Date created: 13 Feb 2003
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
#
# $FreeBSD$
#
PORTNAME= tpasm
PORTVERSION= 1.1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.ct0.com/pub/
DISTNAME= ${PORTNAME}${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= danfe@regency.nsu.ru
COMMENT= Cross-assembler for 680x, 68hc11, 6502, Sunplus, 8051, Z80, PIC, AVR
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
@${MKDIR} ${PREFIX}/libdata/${PORTNAME}
.for file in 8051 80c390 p16c505 picmacros
${INSTALL_DATA} ${WRKSRC}/include/${file}.inc ${PREFIX}/libdata/${PORTNAME}
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/MANUAL.TXT ${DOCSDIR}
.endif
.include <bsd.port.mk>