pkgsrc/devel/papaya/Makefile
jlam 3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00

35 lines
926 B
Makefile

# $NetBSD: Makefile,v 1.13 2005/07/16 01:19:09 jlam Exp $
#
DISTNAME= papaya-0.1.7
PKGREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://www.asahi-net.or.jp/~em7t-hmd/papaya/ \
${MASTER_SITE_SOURCEFORGE:=papaya-utils/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.asahi-net.or.jp/~em7t-hmd/papaya/index.html
COMMENT= Simple scripts for software development
BUILD_DEPENDS+= texi2html>=1.76:../../textproc/texi2html
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
GNU_CONFIGURE= YES
CONFIGURE_ENV+= sh_command=${TOOLS_SH}
CONFIGURE_ENV+= tar_command=${TOOLS_TAR}
USE_TOOLS+= sh perl:run tar
INFO_FILES= papaya.info
CONFIGURE_ENV+= perl_command=${PERL5:Q}
pre-configure:
cd ${WRKSRC}/src && \
${CP} detab.in detab.in.cr && \
${TR} -d '\r' < detab.in.cr > detab.in
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${PREFIX}/share/doc/papaya
.include "../../mk/bsd.pkg.mk"