2002-09-10 10:54:21 +02:00
|
|
|
# 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
|
2002-10-22 11:48:37 +02:00
|
|
|
MASTER_SITES= http://savannah.nongnu.org/download/simulavr/
|
2002-09-10 10:54:21 +02:00
|
|
|
|
|
|
|
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>
|