mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
was a stub, provide a real one. While here, pet portlint. Approved by: portmgr (tier-2 blanket)
24 lines
524 B
Makefile
24 lines
524 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libpololu-avr
|
|
PORTVERSION= 151002
|
|
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
|
|
|
|
BROKEN_powerpc64= fails to build: OrangutanAnalog.h: internal compiler error: Segmentation fault
|
|
|
|
USES= gmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= pololu
|
|
|
|
MAKE_ENV= LIB=${STAGEDIR}${PREFIX}/avr/lib
|
|
ALL_TARGET= library_files
|
|
|
|
.include <bsd.port.mk>
|