pkgsrc/devel/intel2gas/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

15 lines
395 B
Makefile

# $NetBSD: Makefile,v 1.4 2006/07/22 04:46:15 rillig Exp $
#
DISTNAME= intel2gas-1.3.3
CATEGORIES= devel
MASTER_SITES= http://www.niksula.cs.hut.fi/~mtiihone/intel2gas/
MAINTAINER= ccatrian@eml.cc
HOMEPAGE= http://www.niksula.cs.hut.fi/~mtiihone/intel2gas/
COMMENT= Convert nasm source files to gas source files
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
.include "../../mk/bsd.pkg.mk"