openbsd-ports/misc/omconsole/Makefile
2010-10-18 20:52:05 +00:00

27 lines
486 B
Makefile

# $OpenBSD: Makefile,v 1.3 2010/10/18 20:52:09 espie Exp $
COMMENT = OpenMoko serial console tool
DISTNAME = omconsole-1.1
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
USE_GROFF = Yes
NO_REGRESS = yes
.include <bsd.port.mk>