aa5981f9d4
least minimal comments to all patches and tidy up some (but by no means all) pkglint. I have no idea if this works. It spews warnings about "packed", which lead me to suspect it may not run correctly, but I don't have the facilities to test it. It does, however, now build ok on LP64 and if someone can test it may be reasonable to remove the restriction on that.
29 lines
782 B
Makefile
29 lines
782 B
Makefile
# $NetBSD: Makefile,v 1.13 2011/05/22 19:11:42 dholland Exp $
|
|
|
|
DISTNAME= raidmgt-3.31
|
|
PKGNAME= dptutil-3.31
|
|
PKGREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.NetBSD.org/~ad/raidmgt/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://opensource.adaptec.com/
|
|
COMMENT= DPT/Adaptec Storage Management software (dptutil)
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
# Should work for 32-bit PowerPC and SPARC, but untested. 64-bit platforms
|
|
# may have problems.
|
|
ONLY_FOR_PLATFORM= NetBSD-*-i386
|
|
|
|
USE_LANGUAGES= c++
|
|
USE_TOOLS+= makedepend
|
|
INSTALLATION_DIRS= sbin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dpteng/dpteng \
|
|
${DESTDIR}${PREFIX}/sbin/dpteng
|
|
${INSTALL_PROGRAM} ${WRKSRC}/dptutil/raidutil \
|
|
${DESTDIR}${PREFIX}/sbin/dptutil
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|