pkgsrc-wip/es40-firmware/Makefile
Thomas Klausner ab6362699e Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 09:00:04 +00:00

34 lines
872 B
Makefile

# $NetBSD: Makefile,v 1.2 2009/05/19 09:00:07 thomasklausner Exp $
#
DISTNAME= es40
PKGNAME= ${DISTNAME}-firmware-7.3
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.hp.com/pub/alphaserver/firmware/current_platforms/v7.3_release/ES40_series/ES40/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://h18002.www1.hp.com/alphaserver/es40/
COMMENT= AlphaServer ES40 firmware image
#LICENSE= unknown
RESTRICTED= No redistribution allowed
NO_BIN_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_SRC_ON_FTP= ${RESTRICTED}
PKG_DESTDIR_SUPPORT= user-destdir
DIST_SUBDIR= ${PKGNAME_NOREV}
WRKSRC= ${WRKDIR}
USE_LANGUAGES= # none
NO_BUILD= yes
INSTALLATION_DIRS= share/es40-firmware
do-install:
${INSTALL_DATA} ${WRKDIR}/cl67srmrom.exe \
${DESTDIR}${PREFIX}/share/es40-firmware
.include "../../mk/bsd.pkg.mk"