# New ports collection makefile for: libnxt # Date created: 2007-05-05 # Whom: Jason Bacon # # $FreeBSD$ # PORTNAME= libnxt PORTVERSION= 0.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ http://personalpages.tds.net/~jwbacon/Ports/distfiles/ MAINTAINER= jwbacon@tds.net COMMENT= Lego NXT library BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons \ python:${PORTSDIR}/lang/python SUB_FILES= pkg-message USE_LDCONFIG= yes .include .if ${OSVERSION} < 800069 LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb .endif do-build: (cd ${WRKSRC}; scons) do-install: ${MKDIR} ${PREFIX}/include/libnxt ${INSTALL_PROGRAM} ${WRKSRC}/fwflash ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/fwexec ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/libnxt.a ${PREFIX}/lib ${MKDIR} ${PREFIX}/include/libnxt .for file in ${WRKSRC}/*.h ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/include/libnxt .endfor post-install: @${CAT} ${WRKDIR}/pkg-message .include git.cgi/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* editors/pdfedit: Fix build with Clang 6tobik2018-08-251-0/+1
* devel/boost-*: update to 1.68.0jbeich2018-08-091-1/+1
* Mark ports broken on powerpc64, categories d-f.linimon2018-06-181-2/+3
* devel/boost-*: update to 1.67.0jbeich2018-04-181-1/+1
* devel/boost-*: update to 1.66.0jbeich2018-01-181-1/+1
* Cleanup LIB_DEPENDS on libpngantoine2017-12-011-1/+1
* devel/boost-*: update to 1.65.1jbeich2017-09-251-1/+1
* devel/boost-*: enable C++11 featuresjbeich2017-09-251-1/+1
* Fix OPTIONS_DEFAULT: remove DOCS which is added by frameworksunpoet2017-05-29