mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
b95a6324cc
it cannot inline it. This caused the port build in FreeBSD 4.x to break due to -Werror. Submitted by: Theodore A. Roth <troth@openavr.org>
36 lines
836 B
Makefile
36 lines
836 B
Makefile
# Ports collection makefile for: simulavr
|
|
# Date created: 3 Sep 2002
|
|
# Whom: Joerg Wunsch <joerg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= simulavr
|
|
PORTVERSION= 0.1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
# special name only this time, don't let this go into ${PORTVERSION}
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}.1
|
|
|
|
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_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET=
|
|
CONFIGURE_ARGS= --disable-versioned-doc
|
|
|
|
MAN1= simulavr.1 simulavr-disp.1
|
|
INFO= simulavr
|
|
|
|
.include <bsd.port.mk>
|