pkgsrc/devel/hptools/Makefile
rillig 9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00

31 lines
811 B
Makefile

# $NetBSD: Makefile,v 1.9 2006/04/22 09:22:07 rillig Exp $
#
DISTNAME= hptools-src-3.0.8
PKGNAME= hptools-3.0.8
CATEGORIES= devel
MASTER_SITES= http://www.epita.fr/~avenar_j/hp/product/
MAINTAINER= pkgsrc-users@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
WRKSRC= ${WRKDIR}/Hptools
GNU_CONFIGURE= YES
CONFIGURE_DIRS= support
BUILD_DIRS= support
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"