2010-10-22 00:44:16 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2010/10/22 04:44:16 matthieu Exp $
|
2009-01-21 15:43:23 -05:00
|
|
|
|
|
|
|
COMMENT = OpenMoko serial console tool
|
|
|
|
|
2010-04-06 17:46:56 -04:00
|
|
|
DISTNAME = omconsole-1.1
|
2009-01-21 15:43:23 -05:00
|
|
|
|
|
|
|
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>
|