aboutsummaryrefslogtreecommitdiff
path: root/misc/ftdi-eeprom/Makefile
blob: 68f14908ed25f2c94f528c9b90498f5304439daf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=	ftdi-eeprom
PORTVERSION=	1.1
PORTREVISION=	1
CATEGORIES=	misc
MASTER_SITES=	http://www.bwct.de/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Tool to program the eeprom on FTDI usb devices

MAKE_ARGS=	BINDIR="${PREFIX}/sbin" \
		MANDIR="${PREFIX}/man/man"

PLIST_FILES=	sbin/ftdi-eeprom
MAN8=		ftdi-eeprom.8
MANCOMPRESSED=	maybe

NO_STAGE=	yes
.include <bsd.port.mk>