468833458d
libibuddy is a C library to control the i-buddy USB device. A command line tool ibuddycmd is also available to control it from the command line. The i-Buddy is a small USB figure in the form of an MSN messenger contact with butterfly wings.
23 lines
457 B
Makefile
23 lines
457 B
Makefile
# Created by: Rodrigo OSORIO <rodrigo@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libibuddy
|
|
PORTVERSION= 0.0.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= rodrigo@FreeBSD.org
|
|
COMMENT= C loadable library and CLI tool to control an i-buddy device
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= rosorio
|
|
GH_PROJECT= libibuddy
|
|
GH_TAGNAME= 919d309
|
|
|
|
PLIST_FILES= bin/ibuddy_test bin/ibuddycmd include/ibuddy.h lib/libibuddy.so
|
|
|
|
.include <bsd.port.mk>
|