# New ports collection makefile for: avr-libc # Date created: 04 Dec 2000 # Whom: Joerg Wunsch # # $FreeBSD$ # PORTNAME= avr-libc PORTVERSION= 2003.01.08 CATEGORIES= devel # Currently still snapshots, not yet officially released again. #MASTER_SITES= http://savannah.nongnu.org/download/avr-libc/ MASTER_SITES= http://people.freebsd.org/~joerg/ MAINTAINER= joerg@freebsd.org BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ avr-ld:${PORTSDIR}/devel/avr-binutils \ avr-gcc:${PORTSDIR}/devel/avr-gcc \ ${GMAKE}:${PORTSDIR}/devel/gmake \ doxygen:${PORTSDIR}/devel/doxygen \ latex:${PORTSDIR}/print/teTeX \ fig2dev:${PORTSDIR}/print/transfig RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \ avr-ld:${PORTSDIR}/devel/avr-binutils \ avr-gcc:${PORTSDIR}/devel/avr-gcc USE_BZIP2= yes HAS_CONFIGURE= yes CONFIGURE_ENV= CC=avr-gcc PREFIX=${PREFIX} CONFIGURE_SCRIPT= doconf CONFIGURE_ARGS= --enable-doc --disable-versioned-doc # Work around the braind*** introduced by in freebsd-current. MAKE_ENV= NO_CPU_CFLAGS=true do-build: (cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ./domake MAKE=${GMAKE}) do-install: (cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ./domake MAKE=${GMAKE} install) ${MKDIR} ${PREFIX}/share/doc/avr-libc ${MKDIR} ${PREFIX}/share/doc/avr-libc/examples ${MKDIR} ${PREFIX}/share/doc/avr-libc/examples/demo ${MKDIR} ${PREFIX}/share/doc/avr-libc/examples/twitest ${INSTALL_DATA} \ ${WRKDIR}/${DISTNAME}/LICENSE \ ${WRKDIR}/${DISTNAME}/AUTHORS \ ${PREFIX}/share/doc/avr-libc @for f in avr-recv.c io.c prg printf.h progmem.c \ send_byte.s signal.c;\ do \ ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/examples/$$f \ ${PREFIX}/share/doc/avr-libc/examples; \ done @for f in Makefile demo.bin demo.c demo.hex demo.pdf \ demo.srec;\ do \ ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/examples/demo/$$f \ ${PREFIX}/share/doc/avr-libc/examples/demo; \ done @for f in Makefile twitest.c;\ do \ ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/examples/twitest/$$f \ ${PREFIX}/share/doc/avr-libc/examples/twitest; \ done .include electron4/files/lodash-4.17.19 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use USES=pathfix where applicable.mat2016-10-211-1/+0
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-1/+1
* audio/libtremor: chase homepagejbeich2015-08-301-1/+1
* audio/libtremor: update to 1.2.1.s20150105jbeich2015-08-253-12/+14
* Cleanup plistbapt2014-10-201-1/+0
* Convert to USES=autoreconfbapt2014-09-181-3/+2
* Use default LIBTOOLIZE_ARGStijl2014-09-141-1/+0
* - Drop .la files, no dependees require themamdmi32014-08-252-3/+2
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-301-2/+1
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-231-1/+2
* - Fix PORTVERSION.tijl2014-02-092-26/+7