39 lines
729 B
Makefile
39 lines
729 B
Makefile
# $OpenBSD: Makefile,v 1.6 2012/12/16 11:36:04 sthen Exp $
|
|
|
|
COMMENT= AVR simulator
|
|
|
|
DISTNAME= simulavr-0.1.2.6
|
|
REVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://www.nongnu.org/simulavr/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=simulavr/}
|
|
|
|
WANTLIB= c ncurses
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --enable-curses=yes \
|
|
--disable-versioned-doc
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
|
devel/doxygen \
|
|
textproc/texi2html \
|
|
print/texlive/base
|
|
RUN_DEPENDS= devel/avr/binutils \
|
|
devel/avr/gcc \
|
|
devel/avr/libc
|
|
|
|
pre-configure:
|
|
${SUBST_CMD} ${WRKSRC}/test_c/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|