# New ports collection makefile for: avr-libc # Date created: 04 Dec 2000 # Whom: Joerg Wunsch # # $FreeBSD$ # PORTNAME= avr-libc PORTVERSION= 20000514 CATEGORIES= devel # The canonical place for the distfile is: #MASTER_SITES= http://www.amelek.gda.pl/avr/libc/ # ... but until we could convert our avr-gcc to a # current version (which is by now only obtainable # directly from the gcc CVS repo), resort to the old # file here: MASTER_SITES= ftp://ftp.ifbus.de/pub/outgoing/ MAINTAINER= joerg@freebsd.org BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ avr-ld:${PORTSDIR}/devel/avr-binutils \ avr-gcc:${PORTSDIR}/devel/avr-gcc RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ avr-ld:${PORTSDIR}/devel/avr-binutils \ avr-gcc:${PORTSDIR}/devel/avr-gcc WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_GMAKE= yes MAKE_FLAGS= prefix=${PREFIX} post-install: ${MKDIR} ${PREFIX}/share/doc/avr-libc ${MKDIR} ${PREFIX}/share/doc/avr-libc/examples ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README \ ${PREFIX}/share/doc/avr-libc @for f in avr-recv.c io.c prg progmem.c send_byte.s signal.c;\ do \ ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/examples/$$f \ ${PREFIX}/share/doc/avr-libc/examples; \ done ${INSTALL_DATA} ${FILESDIR}/avr-lib.pdf ${PREFIX}/share/doc/avr-libc .include