freebsd-ports/devel/simulavr/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

27 lines
618 B
Makefile

# 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
COMMENT= A simulator for AVR microcontrollers
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>