2008-06-12 04:14:13 +02:00
|
|
|
# $NetBSD: Makefile,v 1.23 2008/06/12 02:14:27 joerg Exp $
|
2002-10-16 06:46:30 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= papaya-0.1.7
|
2007-11-08 20:39:42 +01:00
|
|
|
PKGREVISION= 6
|
2002-10-16 06:46:30 +02:00
|
|
|
CATEGORIES= devel
|
2006-10-04 23:35:58 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=papaya-utils/}
|
2002-10-16 06:46:30 +02:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2006-10-04 23:35:58 +02:00
|
|
|
HOMEPAGE= http://sourceforge.net/projects/papaya-utils/
|
2002-10-16 06:46:30 +02:00
|
|
|
COMMENT= Simple scripts for software development
|
|
|
|
|
2004-04-22 07:38:32 +02:00
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
2008-06-12 04:14:13 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
2004-04-22 07:38:32 +02:00
|
|
|
|
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}
|
2007-09-29 15:05:32 +02:00
|
|
|
CONFIGURE_ENV+= gmake_command=${TOOLS_PATH.gmake}
|
|
|
|
USE_TOOLS+= sh perl:run tar texi2html gmake:run gzip:run
|
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:
|
2008-06-12 04:14:13 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/html/*.html ${DESTDIR}${PREFIX}/share/doc/papaya
|
2005-03-02 15:11:28 +01:00
|
|
|
|
2002-10-16 06:46:30 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|