SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,24 @@
COMMENT= Arduino library for Adafruit graphics
V= 1.7.0
GH_ACCOUNT= adafruit
GH_PROJECT= Adafruit-GFX-Library
GH_TAGNAME= ${V}
PKGNAME= arduino-adafruit-gfx-${V}
CATEGORIES= devel
# BSD 2-clause
PERMIT_PACKAGE= Yes
RUN_DEPENDS= devel/arduino
NO_BUILD= Yes
NO_TEST= Yes
PKG_ARCH= *
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/arduino/libraries
cp -r ${WRKDIST} ${PREFIX}/share/arduino/libraries/Adafruit_GFX
.include <bsd.port.mk>