openbsd-ports/misc/omconsole/Makefile
naddy dbfd750590 Cope with bsd.man.mk changes and install source man pages.
While here, also update some PLISTs, fix PREFIX use, etc.
ok landry@
2011-06-23 22:50:26 +00:00

29 lines
554 B
Makefile

# $OpenBSD: Makefile,v 1.6 2011/06/23 22:50:28 naddy 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 = devel/libftdi
MAKE_ENV= LOCAL_BASE=${LOCALBASE}
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man
NO_REGRESS = yes
.include <bsd.port.mk>