pkgsrc/cross/uisp/Makefile
rillig 144a1ee175 Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,
since they always need a C compiler, even when the source code is
completely in C++.

For some other packages, stated in the comment that a C compiler is
really not needed.
2006-07-22 04:46:13 +00:00

17 lines
428 B
Makefile

# $NetBSD: Makefile,v 1.4 2006/07/22 04:46:14 rillig Exp $
#
DISTNAME= uisp-20040311
CATEGORIES= cross
MASTER_SITES= http://savannah.nongnu.org/download/uisp/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rumble@NetBSD.org
HOMEPAGE= http://savannah.nongnu.org/projects/uisp
COMMENT= AVR microcontroller hardware in-system programmer
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"