2005-02-18 04:13:57 +01:00
|
|
|
# New ports collection makefile for: tavrasm
|
|
|
|
# Date created: 12 December 2003
|
2011-02-16 04:46:50 +01:00
|
|
|
# Whom: Wes Peters <@FreeBSD.org>
|
2005-02-18 04:13:57 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= avra
|
2009-12-11 05:18:57 +01:00
|
|
|
PORTVERSION= 1.2.1
|
2010-09-15 20:35:24 +02:00
|
|
|
PORTREVISION= 1
|
2005-02-18 04:13:57 +01:00
|
|
|
DISTVERSIONSUFFIX= -src
|
|
|
|
CATEGORIES= devel
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF
|
2005-02-18 04:13:57 +01:00
|
|
|
|
2011-02-16 04:46:50 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-02-18 04:13:57 +01:00
|
|
|
COMMENT= Macro Assembler for Atmel AVR microcontrollers
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= aclocal autoconf automake
|
2009-12-11 05:18:57 +01:00
|
|
|
AUTOMAKE_ARGS= -a
|
2005-02-18 04:13:57 +01:00
|
|
|
|
|
|
|
PORTDOCS= README
|
|
|
|
|
2009-12-11 05:18:57 +01:00
|
|
|
# Install the Avra README file as docs
|
|
|
|
|
2005-02-18 04:13:57 +01:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for i in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|