mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
23 lines
459 B
Makefile
23 lines
459 B
Makefile
# 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>
|