91fc848d52
have been a decent amount of bug fixes. ;) While here, add user-destdir support and switch to AUTO_MKDIRS.
25 lines
643 B
Makefile
25 lines
643 B
Makefile
# $NetBSD: Makefile,v 1.13 2008/06/13 05:01:23 bjs Exp $
|
|
#
|
|
|
|
DISTNAME= tailor-0.9.35
|
|
CATEGORIES= devel scm
|
|
MASTER_SITES= http://darcs.arstecnica.it/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://wiki.darcs.net/DarcsWiki/Tailor
|
|
COMMENT= Tool to migrate changesets between various version control systems
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
#LICENSE= GPLv3
|
|
PYDISTUTILSPKG= yes
|
|
PYTHON_PATCH_SCRIPTS= tailor
|
|
|
|
AUTO_MKDIRS= yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/README* ${DESTDIR}${PREFIX}/share/doc/tailor
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|