35 lines
660 B
Makefile
Raw Normal View History

2013-03-11 10:50:00 +00:00
# $OpenBSD: Makefile,v 1.10 2013/03/11 10:50:04 espie Exp $
COMMENT = python powered git gui
2011-03-09 18:15:23 +00:00
MODPY_EGG_VERSION= 1.4.3.1
DISTNAME = cola-${MODPY_EGG_VERSION}
2010-08-30 22:03:58 +00:00
PKGNAME = git-${DISTNAME:S/-src//}
CATEGORIES = devel x11
2011-09-16 09:24:48 +00:00
REVISION = 1
WRKDIST = ${WRKDIR}/${DISTNAME:S/-src//}
HOMEPAGE = http://cola.tuxfamily.org/
# GPLv2 only
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES = ${HOMEPAGE}/releases/
MODULES = devel/gettext \
lang/python
BUILD_DEPENDS = ${RUN_DEPENDS}
2010-11-15 19:45:56 +00:00
RUN_DEPENDS = devel/desktop-file-utils \
devel/git \
textproc/xxdiff \
x11/py-qt4
2011-03-09 18:15:23 +00:00
MODPY_ADJ_FILES= bin/git-cola
pre-configure:
2011-03-09 18:15:23 +00:00
${SUBST_CMD} ${WRKSRC}/cola/cmds.py
.include <bsd.port.mk>