1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/devel/tailor/Makefile
Ion-Mihai Tetcu b80802e1df Tailor is a tool to migrate changesets between ArX, Bazaar, Bazaar-NG,
CVS, Codeville, Darcs, Git, Mercurial, Monotone, Subversion and Tla
repositories.

WWW: http://www.darcs.net/DarcsWiki/Tailor/VersionOne

PR:		ports/99035
Submitted by:	Rui Lopes <rgl ruilopes com>
2006-06-29 10:59:05 +00:00

39 lines
961 B
Makefile

# New ports collection makefile for: tailor
# Date created: 16 June 2006
# Whom: Rui Lopes <rgl ruilopes com>
#
# $FreeBSD$
#
PORTNAME= tailor
PORTVERSION= 0.9.23
CATEGORIES= devel python
MASTER_SITES= http://darcs.arstecnica.it/
MAINTAINER= rgl@ruilopes.com
COMMENT= Migrates changesets between version control systems
RUN_DEPENDS= ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PORTDOCS= README*
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README* ${DOCSDIR}
.endif
# This target is only meant to be used by the port maintainer.
x-generate-plist:
(${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX} \
| ${SED} -E \
's,.*share/nls/.+$$,,g \
;s,${PYTHON_SITELIBDIR:S,^${PYTHONBASE}/,,},%%PYTHON_SITELIBDIR%%,g \
;s,@dirrm (%%PYTHON_SITELIBDIR%%|${PYTHON_LIBDIR:S,${PYTHONBASE}/,,})$$,,g \
' | ${TR} -s '\n') > temp-pkg-plist
.include <bsd.port.mk>