1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/devel/avrprog/Makefile
Brian S. Dean 62d5187fcc AVRPROG drives a simple parallel port programmer and is used to
program Atmel's AVR family of microcontrollers.
2001-02-27 01:13:42 +00:00

20 lines
341 B
Makefile

# New ports collection makefile for: avrprog
# Date created: 25 Febuary 2001
# Whom: Brian Dean <bsd@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= avrprog
PORTVERSION= 1.2.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bsd
MAINTAINER= bsd@FreeBSD.org
MAN1= avrprog.1
MANCOMPRESSED= no
.include <bsd.port.mk>