# Created by: Joerg Wunsch # $FreeBSD$ PORTNAME= simulavr PORTVERSION= 0.1.2 PORTREVISION= 19 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}.6 MAINTAINER= joerg@FreeBSD.org COMMENT= A simulator for AVR microcontrollers DEPRECATED= Broken for more than 6 month EXPIRATION_DATE= 2013-11-18 BUILD_DEPENDS= ${LOCALBASE}/avr/include/avr/io.h:${PORTSDIR}/devel/avr-libc \ avr-ld:${PORTSDIR}/devel/avr-binutils \ doxygen:${PORTSDIR}/devel/doxygen \ texi2dvi:${PORTSDIR}/print/texinfo BROKEN= does not package #USE_BZIP2= yes USE_TEX= latex:build USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-versioned-doc --enable-pdf MAN1= simulavr.1 simulavr-disp.1 INFO= simulavr NO_STAGE= yes .include do-install: ${RM} -f ${TMPPLIST} (cd ${BUILD_WRKSRC}/doc/internals_html && \ ${FIND} . -type f \( -name '*.html' -or -name '*.css' \) |\ ${SORT} |\ ${SED} -e 's|^\.|share/doc/simulavr/internals_html|' \ >> ${TMPPLIST}) ${CAT} ${PLIST} >> ${TMPPLIST} @for man in ${__MANPAGES}; do \ ${ECHO_CMD} $${man} >> ${TMPPLIST}; \ done (cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} install) .include