dbfd750590
While here, also update some PLISTs, fix PREFIX use, etc. ok landry@
29 lines
554 B
Makefile
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>
|