17 lines
380 B
Makefile
17 lines
380 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 2003/09/17 15:25:20 xtraeme Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= axe-0.2.0
|
||
|
CATEGORIES= emulators cross
|
||
|
MASTER_SITES= http://www.hardcoders.org/axe/
|
||
|
|
||
|
MAINTAINER= packages@netbsd.org
|
||
|
HOMEPAGE= http://www.hardcoders.org/axe/
|
||
|
COMMENT= Manipulate contents of Atari 8bit disk image files (.ATR, .XFD)
|
||
|
|
||
|
NO_CONFIGURE= YES
|
||
|
|
||
|
USE_BUILDLINK2= YES
|
||
|
|
||
|
.include "../../mk/bsd.pkg.mk"
|