openbsd-ports/devel/tortoisehg/Makefile
rpointel e3cece7dd8 Import tortoisehg, a series of applications for the Mercurial distributed
revision control system. It also includes a Gnome/Nautilus extension and
a CLI wrapper application.
ok landry@.
2012-03-27 18:23:15 +00:00

33 lines
708 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/03/27 18:23:15 rpointel Exp $
COMMENT = series of applications for Mercurial
MODPY_EGG_VERSION = 2.3.1
DISTNAME = tortoisehg-${MODPY_EGG_VERSION}
CATEGORIES = devel
HOMEPAGE = http://tortoisehg.bitbucket.org/
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://bitbucket.org/tortoisehg/targz/downloads/
MODULES = lang/python
BUILD_DEPENDS = x11/py-qt4 \
editors/qscintilla \
devel/py-sip
RUN_DEPENDS = ${BUILD_DEPENDS} \
editors/py-qscintilla \
devel/mercurial \
devel/py-iniparse
.include <bsd.port.mk>