blob: 3695cd40fe456fe61b6df84504076cd268b0ff99 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: avrprog
# Date created: 25 Febuary 2001
# Whom: Brian Dean <bsd@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= avrprog
PORTVERSION= 3.0.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bsd
MAINTAINER= bsd@FreeBSD.org
COMMENT= Program to drive a simple parallel port programmer for Atmel AVR CPUs
MAN1= avrprog.1
MANCOMPRESSED= no
.include <bsd.port.mk>
|