freebsd-ports/devel/libastylej-arduino/Makefile
Boris Samorodov 54b40437d3 Fairly straightforward slave port of devel/libastylej that applies
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>
2016-10-21 22:41:40 +00:00

9 lines
165 B
Makefile

# $FreeBSD$
PKGNAMESUFFIX= -arduino
MASTERDIR= ${.CURDIR}/../libastylej
PATCHDIR= ${.CURDIR}/files
PATCH_WRKSRC= ${WRKSRC}/../..
.include "${MASTERDIR}/Makefile"