29f47d8b4a
Approved by: mat (portmgr) Differential Revision: https://reviews.freebsd.org/D6339
25 lines
504 B
Makefile
25 lines
504 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libpololu-avr
|
|
PORTVERSION= 151002
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.pololu.com/file/download/
|
|
EXTRACT_SUFX= .zip?file_id=0J1058
|
|
|
|
MAINTAINER= jonathan@FreeBSD.org
|
|
COMMENT= Support libraries for Pololu robots
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= avr-gcc:devel/avr-gcc \
|
|
${LOCALBASE}/avr/lib/libc.a:devel/avr-libc
|
|
|
|
USES= gmake zip
|
|
|
|
PREFIX= ${LOCALBASE}/avr
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
MAKE_ENV= LIB=${STAGEDIR}${PREFIX}/lib
|
|
ALL_TARGET= library_files
|
|
|
|
.include <bsd.port.mk>
|