diff options
author | joerg <joerg@FreeBSD.org> | 2001-04-20 21:54:18 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2001-04-20 21:54:18 +0800 |
commit | dad200a60a7705678cf6775c629595a7d3a32927 (patch) | |
tree | c102a1cec7d87667c14def5ae257ed14ecc112ac /devel/avr-libc/Makefile | |
parent | 23e053b7801731e1363ff7c6ec32224fbf3230e7 (diff) | |
download | freebsd-ports-graphics-dad200a60a7705678cf6775c629595a7d3a32927.tar.gz freebsd-ports-graphics-dad200a60a7705678cf6775c629595a7d3a32927.tar.zst freebsd-ports-graphics-dad200a60a7705678cf6775c629595a7d3a32927.zip |
Upgrade to current version. The tree layout has changed a bit, constants
are now according to Atmel's documentation, etc. pp.
Requires an up-to-date avr-gcc.
Diffstat (limited to 'devel/avr-libc/Makefile')
-rw-r--r-- | devel/avr-libc/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/devel/avr-libc/Makefile b/devel/avr-libc/Makefile index 87c1d0ad381..41db632e615 100644 --- a/devel/avr-libc/Makefile +++ b/devel/avr-libc/Makefile @@ -6,15 +6,9 @@ # PORTNAME= avr-libc -PORTVERSION= 20000514 +PORTVERSION= 20010331 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/ +MASTER_SITES= http://www.amelek.gda.pl/avr/libc/ MAINTAINER= joerg@freebsd.org @@ -35,8 +29,11 @@ post-install: ${MKDIR} ${PREFIX}/share/doc/avr-libc ${MKDIR} ${PREFIX}/share/doc/avr-libc/examples ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/README \ + ${WRKDIR}/${DISTNAME}/doc/LICENSE \ + ${WRKDIR}/${DISTNAME}/doc/register-usage.txt \ ${PREFIX}/share/doc/avr-libc - @for f in avr-recv.c io.c prg progmem.c send_byte.s signal.c;\ + @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; \ |