1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/misc/ftdi-eeprom/Makefile
Philip M. Gollucci 2b4bb5d678 - Chase devel/libftdi shlib bump
Pointyhat to:	myself
Reported by:	pav via pointyhat
2010-02-14 19:37:57 +00:00

25 lines
505 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
PORTREVISION= 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"
PLIST_FILES= sbin/ftdi-eeprom
MAN8= ftdi-eeprom.8
MANCOMPRESSED= maybe
.include <bsd.port.mk>