2006-07-22 06:46:13 +02:00
|
|
|
# $NetBSD: Makefile,v 1.19 2006/07/22 04:46:15 rillig Exp $
|
2002-10-16 06:46:30 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= papaya-0.1.7
|
2006-03-31 01:16:10 +02:00
|
|
|
PKGREVISION= 4
|
2002-10-16 06:46:30 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://www.asahi-net.or.jp/~em7t-hmd/papaya/ \
|
|
|
|
${MASTER_SITE_SOURCEFORGE:=papaya-utils/}
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2002-10-16 06:46:30 +02:00
|
|
|
HOMEPAGE= http://www.asahi-net.or.jp/~em7t-hmd/papaya/index.html
|
|
|
|
COMMENT= Simple scripts for software development
|
|
|
|
|
2004-04-22 07:38:32 +02:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
|
2006-07-22 06:46:13 +02:00
|
|
|
USE_LANGUAGES= # none, not even C
|
2002-10-16 06:46:30 +02:00
|
|
|
GNU_CONFIGURE= YES
|
2006-03-31 01:16:10 +02:00
|
|
|
CONFIGURE_ENV+= gzip_command=${TOOLS_GZIP_CMD:Q}
|
2005-12-05 21:49:47 +01:00
|
|
|
CONFIGURE_ENV+= sh_command=${TOOLS_SH:Q}
|
|
|
|
CONFIGURE_ENV+= tar_command=${TOOLS_TAR:Q}
|
2006-03-31 01:16:10 +02:00
|
|
|
CONFIGURE_ENV+= texi2html_command=${TOOLS_PATH.texi2html:Q}
|
2006-03-31 01:12:25 +02:00
|
|
|
USE_TOOLS+= sh perl:run tar texi2html
|
2006-03-31 07:37:08 +02:00
|
|
|
INFO_FILES= # PLIST
|
2002-10-16 06:46:30 +02:00
|
|
|
|
2005-01-01 04:18:40 +01:00
|
|
|
CONFIGURE_ENV+= perl_command=${PERL5:Q}
|
|
|
|
|
2002-10-16 06:46:30 +02:00
|
|
|
pre-configure:
|
|
|
|
cd ${WRKSRC}/src && \
|
|
|
|
${CP} detab.in detab.in.cr && \
|
|
|
|
${TR} -d '\r' < detab.in.cr > detab.in
|
|
|
|
|
2005-03-02 15:11:28 +01:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${PREFIX}/share/doc/papaya
|
|
|
|
|
2002-10-16 06:46:30 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|