mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
21 lines
420 B
Makefile
21 lines
420 B
Makefile
# 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>
|