aboutsummaryrefslogtreecommitdiffstats
path: root/devel/avra/Makefile
blob: 3aa0ac839df2b7fbaf9d752fbe278d9baff664f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:    tavrasm
# Date created:                         12 December 2003
# Whom:                                 Wes Peters <wes@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   avra
PORTVERSION=    1.2.1
PORTREVISION=   1
DISTVERSIONSUFFIX=  -src
CATEGORIES= devel
MASTER_SITES=   SF

MAINTAINER= wes@FreeBSD.org
COMMENT=    Macro Assembler for Atmel AVR microcontrollers

WRKSRC=     ${WRKDIR}
USE_AUTOTOOLS=  aclocal:110 autoconf:267 automake:110
AUTOMAKE_ARGS=  -a

PORTDOCS=   README

# Install the Avra README file as docs

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
2004-03-311-0/+1 * Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * - Unbreak on 5.xpav2003-11-203-7/+54 * - Switch to wxgtk2fjoe2003-11-101-7/+9 * Make this port use wxgtk 2.4.2.fjoe2003-11-053-7/+19 * - unbreak on 4.x: add dependency on gdkpixbuf, fix Makefiles to compile withpetef2003-05-043-44/+30 * Remove USE_GNOMENG.marcus2003-04-181-1/+0 * De-pkg-comment.knu2003-02-212-1/+1 * Mark BROKEN due to "Unknown problem"lioux2002-11-251-0/+2 * Fix dependency on wxgtkkris2002-10-191-1/+1 * New port L-Breeder version 1.0: Allows you to display and breedlioux2002-08-21