summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
Diffstat (limited to 'comms')
-rw-r--r--comms/nmealib/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/comms/nmealib/Makefile b/comms/nmealib/Makefile
index 4f879975ea14..342d1bde3731 100644
--- a/comms/nmealib/Makefile
+++ b/comms/nmealib/Makefile
@@ -11,13 +11,15 @@ COMMENT= Library for working with the NMEA protocol
LICENSE= LGPL21
-WRKSRC= ${WRKDIR}/${PORTNAME}
+WRKSRC= ${WRKDIR}/${PORTNAME}
-USES= gmake zip
+USES= gmake zip
INCLUDES= config.h context.h generate.h generator.h gmath.h info.h nmea.h \
parse.h parser.h sentence.h time.h tok.h units.h
+MAKE_JOBS_UNSAFE= yes
+
do-install:
${INSTALL_DATA} ${WRKSRC}/lib/libnmea.a ${STAGEDIR}${PREFIX}/lib
@${MKDIR} ${STAGEDIR}${PREFIX}/include/nmea