c9a37fe9f7
the DebugBoard. ok sthen@.
26 lines
473 B
Makefile
26 lines
473 B
Makefile
# $OpenBSD: Makefile,v 1.1 2009/01/21 20:43:23 matthieu Exp $
|
|
|
|
COMMENT = OpenMoko serial console tool
|
|
|
|
DISTNAME = omconsole-0.5
|
|
|
|
CATEGORIES = misc
|
|
|
|
MAINTAINER = Matthieu Herrb <matthieu@herrb.eu>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB = ftdi usb c
|
|
|
|
MASTER_SITES = ftp://ftp.laas.fr/pub/ii/matthieu/
|
|
|
|
LIB_DEPENDS = :libftdi-*:devel/libftdi
|
|
|
|
NO_REGRESS = yes
|
|
|
|
.include <bsd.port.mk>
|