pkgsrc/archivers/rox-archive/Makefile
jperkin 5393242c73 *: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
2018-07-04 13:40:07 +00:00

39 lines
958 B
Makefile

# $NetBSD: Makefile,v 1.12 2018/07/04 13:40:08 jperkin Exp $
#
DISTNAME= archive-2.0
PKGNAME= rox-${DISTNAME}
PKGREVISION= 5
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rox/}
EXTRACT_SUFX= .tgz
MAINTAINER= rxg@NetBSD.org
HOMEPAGE= http://rox.sourceforge.net/desktop/node/74
COMMENT= Simple archiver
# no real libraries there
DEPENDS+= rox-lib>=2.0.2nb2:../../devel/rox-lib
WRKSRC= ${WRKDIR}/${DISTNAME}/Archive
DIST_SUBDIR= rox
USE_TOOLS+= pax
NO_BUILD= yes
REPLACE_PYTHON= AppRun tests/testall.py
REPLACE_SH= Messages/dist Messages/update-po
INSTALLATION_DIRS= share/rox/Archive
SUBST_CLASSES+= lib
SUBST_MESSAGE.lib= Fixing hardcoded paths for ROX-Lib.
SUBST_STAGE.lib= pre-configure
SUBST_FILES.lib= findrox.py
SUBST_SED.lib= -e 's,/usr/local/lib,${PREFIX}/share/rox,g'
do-install:
cd ${WRKSRC} && pax -rw . ${DESTDIR}${PREFIX}/share/rox/Archive
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"