blob: 24b19230c1b7ec9ba16f7f0412b63ae465c17500 (
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://freesoftware.fsf.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>
|