mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
17 lines
409 B
Makefile
17 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"
|