2007-11-18 11:39:56 +01:00
|
|
|
# $NetBSD: Makefile,v 1.10 2007/11/18 10:39:57 wiz Exp $
|
2002-12-11 13:11:11 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= hptools-src-3.0.8
|
|
|
|
PKGNAME= hptools-3.0.8
|
|
|
|
CATEGORIES= devel
|
2007-11-18 11:39:56 +01:00
|
|
|
MASTER_SITES= http://www.hpcalc.org/hp48/pc/programming/
|
2002-12-11 13:11:11 +01:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2007-11-18 11:39:56 +01:00
|
|
|
HOMEPAGE= http://www.hpcalc.org/hp48/pc/programming/
|
2002-12-11 13:11:11 +01:00
|
|
|
COMMENT= SDK for Hewlett-Packard HP-48G/49G/39G/40G calculators
|
|
|
|
|
2006-04-22 11:22:05 +02:00
|
|
|
RESTRICTED= Redistribution of unmodified source only; resale prohibited.
|
2002-12-11 13:11:11 +01:00
|
|
|
NO_SRC_ON_CDROM= ${RESTRICTED}
|
|
|
|
NO_BIN_ON_FTP= ${RESTRICTED}
|
|
|
|
NO_BIN_ON_CDROM= ${RESTRICTED}
|
|
|
|
LICENSE= hptools-license
|
|
|
|
|
2005-11-03 21:20:12 +01:00
|
|
|
WRKSRC= ${WRKDIR}/Hptools
|
2002-12-11 13:11:11 +01:00
|
|
|
GNU_CONFIGURE= YES
|
2005-11-03 21:20:12 +01:00
|
|
|
CONFIGURE_DIRS= support
|
|
|
|
BUILD_DIRS= support
|
2002-12-11 13:11:11 +01:00
|
|
|
|
|
|
|
post-build:
|
2005-11-03 21:20:12 +01:00
|
|
|
${CHMOD} ${SHAREMODE} ${WRKSRC}/doc/*
|
2002-12-11 13:11:11 +01:00
|
|
|
|
|
|
|
post-install:
|
2005-11-03 21:20:12 +01:00
|
|
|
cd ${WRKSRC} \
|
2002-12-11 13:11:11 +01:00
|
|
|
&& ${PAX} -rw -pam -s ',^doc,hptools,g' doc ${PREFIX}/share/doc
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|