mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
21 lines
429 B
Makefile
21 lines
429 B
Makefile
PORTNAME= libpololu-avr
|
|
PORTVERSION= 151002
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= jonathan@FreeBSD.org
|
|
COMMENT= Support libraries for Pololu robots
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/avr/lib/libc.a:devel/avr-libc
|
|
RUN_DEPENDS= ${LOCALBASE}/avr/lib/libc.a:devel/avr-libc
|
|
|
|
USES= gmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= pololu
|
|
|
|
MAKE_ENV= LIB=${STAGEDIR}${PREFIX}/avr/lib
|
|
ALL_TARGET= library_files
|
|
|
|
.include <bsd.port.mk>
|