openbsd-ports/sysutils/dcled/Makefile

34 lines
650 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.4 2013/03/11 11:41:29 espie Exp $
COMMENT = userland driver for Dream Link USB LED Message Board
DISTNAME = dcled-1.9
REVISION = 0
EXTRACT_SUFX = .tgz
CATEGORIES = sysutils
HOMEPAGE = http://www.last-outpost.com/~malakai/dcled/
MAINTAINER = Jonathan Armani <armani@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://www.last-outpost.com/~malakai/dcled/
WANTLIB += c hid usb
2010-11-20 12:22:40 -05:00
LIB_DEPENDS = devel/libhid
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
do-build:
cd ${WRKSRC} && \
${CC} ${CFLAGS} `pkg-config --cflags --libs libhid` dcled.c -o dcled
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dcled ${PREFIX}/bin
.include <bsd.port.mk>