18 lines
448 B
Makefile
18 lines
448 B
Makefile
# $NetBSD: Makefile,v 1.6 2009/11/29 23:34:31 dholland 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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|