2005-07-10 12:32:33 +02:00
|
|
|
# $NetBSD: Makefile,v 1.12 2005/07/10 10:32:33 kristerw Exp $
|
2002-10-16 06:46:30 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= papaya-0.1.7
|
2005-07-10 12:32:33 +02:00
|
|
|
PKGREVISION= 3
|
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/}
|
|
|
|
|
2003-07-17 23:31:04 +02:00
|
|
|
MAINTAINER= tech-pkg@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
|
|
|
|
|
2005-03-02 15:11:28 +01:00
|
|
|
BUILD_DEPENDS+= texi2html>=1.76:../../textproc/texi2html
|
2004-04-22 07:38:32 +02:00
|
|
|
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
|
2002-10-16 06:46:30 +02:00
|
|
|
USE_PERL5= run
|
2004-04-22 07:38:32 +02:00
|
|
|
USE_LANGUAGES= # empty
|
2002-10-16 06:46:30 +02:00
|
|
|
GNU_CONFIGURE= YES
|
2005-07-10 12:32:33 +02:00
|
|
|
CONFIGURE_ENV+= sh_command=${TOOLS_SH}
|
|
|
|
CONFIGURE_ENV+= tar_command=${TOOLS_TAR}
|
|
|
|
USE_TOOLS+= sh tar
|
2003-06-23 23:25:22 +02:00
|
|
|
INFO_FILES= papaya.info
|
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"
|