2001-02-27 02:13:42 +01:00
|
|
|
# New ports collection makefile for: avrprog
|
|
|
|
# Date created: 25 Febuary 2001
|
|
|
|
# Whom: Brian Dean <bsd@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= avrprog
|
2003-01-05 14:59:47 +01:00
|
|
|
PORTVERSION= 3.0.0
|
2001-02-27 02:13:42 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= bsd
|
|
|
|
|
|
|
|
MAINTAINER= bsd@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Program to drive a simple parallel port programmer for Atmel AVR CPUs
|
2001-02-27 02:13:42 +01:00
|
|
|
|
|
|
|
MAN1= avrprog.1
|
|
|
|
MANCOMPRESSED= no
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|