aboutsummaryrefslogtreecommitdiffstats
path: root/misc/ftdi-eeprom/Makefile
blob: 83c75d42bf1481721a24100a7e47b7d358e2e97c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    ftdi-eeprom
# Date created:     2003-02-15
# Whom:         Christian Weisgerber <naddy@freebsd.org>
#
# $FreeBSD$
#

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

MAINTAINER= ports@FreeBSD.org
COMMENT=    A tool to programm the eeprom on FTDI usb devices

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

MAN8=       ftdi-eeprom.8
MANCOMPRESSED=  maybe

.include <bsd.port.mk>