summaryrefslogtreecommitdiff
path: root/devel/simulavr/Makefile
blob: 8c5a9d88c90c2e11fe2369a661dcb7646d3cad7f (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
# Ports collection makefile for:	simulavr
# Date created:				3 Sep 2002
# Whom:					Joerg Wunsch <joerg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	simulavr
PORTVERSION=	0.1.1
CATEGORIES=	devel
MASTER_SITES=	http://savannah.nongnu.org/download/simulavr/

MAINTAINER=	joerg@FreeBSD.org

BUILD_DEPENDS=	${LOCALBASE}/avr/include/avr/io.h:${PORTSDIR}/devel/avr-libc \
		avr-ld:${PORTSDIR}/devel/avr-binutils \
		doxygen:${PORTSDIR}/devel/doxygen \
		latex:${PORTSDIR}/print/teTeX

USE_GMAKE=	yes
GNU_CONFIGURE=	yes

CONFIGURE_ARGS=	--disable-versioned-doc

.include <bsd.port.mk>