the newlib C library, and AVR32-specific header files. With suggestions from espie@ and aja@ ok aja@
22 lines
519 B
Makefile
22 lines
519 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2014/01/17 15:02:26 stsp Exp $
|
|
|
|
COMMENT = Atmel AVR 32-bit header files
|
|
V = 6.1.3.1475
|
|
DISTNAME = atmel-headers-${V}
|
|
PKGNAME = avr32-headers-${V}
|
|
MASTER_SITES = http://www.atmel.com/Images/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
EXTRACT_SUFX = .zip
|
|
CONFIGURE_STYLE = none
|
|
NO_BUILD = Yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/avr32/include
|
|
cp -r ${WRKSRC}/avr32 ${PREFIX}/avr32/include
|
|
chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/avr32/include/avr32
|
|
|
|
.include <bsd.port.mk>
|