a16fc84f19
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
21 lines
504 B
Makefile
21 lines
504 B
Makefile
# $NetBSD: Makefile,v 1.4 2001/09/09 20:36:20 agc Exp $
|
|
|
|
DISTNAME= dsasmsrc
|
|
PKGNAME= pedisassem-0.22
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.geocities.com/SiliconValley/Foothills/4078/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.geocities.com/SiliconValley/Foothills/4078/
|
|
COMMENT= disassembler for Win32 code
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
# LP64 problems
|
|
NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64
|
|
|
|
post-extract:
|
|
${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|