e366d0c694
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
20 lines
508 B
Makefile
20 lines
508 B
Makefile
# $NetBSD: Makefile,v 1.7 2003/06/02 01:20:19 jschauma Exp $
|
|
|
|
DISTNAME= dsasmsrc
|
|
PKGNAME= pedisassem-0.23
|
|
WRKSRC= ${WRKDIR}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.geocities.com/SiliconValley/Foothills/4078/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= tech-pkg@netbsd.org
|
|
HOMEPAGE= http://www.geocities.com/SiliconValley/Foothills/4078/
|
|
COMMENT= disassembler for Win32 code
|
|
|
|
# LP64 problems
|
|
NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64
|
|
|
|
post-extract:
|
|
${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|