pkgsrc/devel/pedisassem/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

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"