16 lines
409 B
Makefile
16 lines
409 B
Makefile
# $NetBSD: Makefile,v 1.7 2012/10/31 11:17:07 asau Exp $
|
|
#
|
|
|
|
DISTNAME= intel2gas-1.3.3
|
|
PKGREVISION= 1
|
|
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"
|