20 lines
341 B
Makefile
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>
|