20 lines
423 B
Makefile
20 lines
423 B
Makefile
# Created by: Rodrigo OSORIO <rodrigo@FreeBSD.org>
|
|
|
|
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_TAGNAME= 919d309
|
|
|
|
PLIST_FILES= bin/ibuddy_test bin/ibuddycmd include/ibuddy.h lib/libibuddy.so
|
|
|
|
.include <bsd.port.mk>
|