15 lines
383 B
Makefile
15 lines
383 B
Makefile
# $NetBSD: Makefile,v 1.7 2006/12/03 17:59:35 shattered Exp $
|
|
#
|
|
|
|
DISTNAME= picprog-1.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://hyvatti.iki.fi/~jaakko/pic/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://hyvatti.iki.fi/~jaakko/pic/picprog.html
|
|
COMMENT= PIC16xxx microcontroller programmer for JDM (TE-20)
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|