the Arduino-specific patches to the used JNI functions. Sets PKGNAMESUFFIX to get lib/jni/libastyle-arduinoj.so and sets the PATCH{DIR, _WRKSRC} variables to use the Arduino patches. PR: 213632 Submitted by: Kyle Evans <bsdports@kyle-evans.net>
9 lines
165 B
Makefile
9 lines
165 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -arduino
|
|
MASTERDIR= ${.CURDIR}/../libastylej
|
|
|
|
PATCHDIR= ${.CURDIR}/files
|
|
PATCH_WRKSRC= ${WRKSRC}/../..
|
|
|
|
.include "${MASTERDIR}/Makefile"
|