pkgsrc/devel/hptools/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

30 lines
801 B
Makefile

# $NetBSD: Makefile,v 1.2 2003/06/02 01:20:44 jschauma Exp $
#
DISTNAME= hptools-src-3.0.8
PKGNAME= hptools-3.0.8
WRKSRC= ${WRKDIR}/Hptools/support
CATEGORIES= devel
MASTER_SITES= http://www.epita.fr/~avenar_j/hp/product/
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://etud.epita.fr:8000/~avenar_j/hp/calcen.html
COMMENT= SDK for Hewlett-Packard HP-48G/49G/39G/40G calculators
RESTRICTED= "Redistribution of unmodified source only; resale prohibited."
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
LICENSE= hptools-license
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
post-build:
${CHMOD} ${SHAREMODE} ${WRKSRC}/../doc/*
post-install:
cd ${WRKSRC}/.. \
&& ${PAX} -rw -pam -s ',^doc,hptools,g' doc ${PREFIX}/share/doc
.include "../../mk/bsd.pkg.mk"