2013-04-03 02:57:56 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2013/04/03 06:57:56 ajacoutot Exp $
|
2009-07-24 10:44:29 -04:00
|
|
|
|
|
|
|
COMMENT = python powered git gui
|
|
|
|
|
2011-03-09 13:15:23 -05:00
|
|
|
MODPY_EGG_VERSION= 1.4.3.1
|
|
|
|
DISTNAME = cola-${MODPY_EGG_VERSION}
|
2010-08-30 18:03:58 -04:00
|
|
|
PKGNAME = git-${DISTNAME:S/-src//}
|
2009-07-24 10:44:29 -04:00
|
|
|
CATEGORIES = devel x11
|
2013-04-03 02:57:56 -04:00
|
|
|
REVISION = 2
|
2009-07-24 10:44:29 -04:00
|
|
|
|
|
|
|
WRKDIST = ${WRKDIR}/${DISTNAME:S/-src//}
|
|
|
|
|
|
|
|
HOMEPAGE = http://cola.tuxfamily.org/
|
|
|
|
|
|
|
|
# GPLv2 only
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2009-07-25 04:58:10 -04:00
|
|
|
MASTER_SITES = ${HOMEPAGE}/releases/
|
2009-07-24 10:44:29 -04:00
|
|
|
|
2009-07-25 04:58:10 -04:00
|
|
|
MODULES = devel/gettext \
|
|
|
|
lang/python
|
2009-07-24 10:44:29 -04:00
|
|
|
|
2013-04-03 02:57:56 -04:00
|
|
|
BUILD_DEPENDS = devel/git \
|
2010-11-15 14:45:56 -05:00
|
|
|
textproc/xxdiff \
|
|
|
|
x11/py-qt4
|
2009-07-24 10:44:29 -04:00
|
|
|
|
2013-04-03 02:57:56 -04:00
|
|
|
RUN_DEPENDS = devel/git \
|
|
|
|
textproc/xxdiff \
|
|
|
|
x11/py-qt4 \
|
|
|
|
devel/desktop-file-utils
|
|
|
|
|
2011-03-09 13:15:23 -05:00
|
|
|
MODPY_ADJ_FILES= bin/git-cola
|
|
|
|
|
2009-07-24 10:44:29 -04:00
|
|
|
pre-configure:
|
2011-03-09 13:15:23 -05:00
|
|
|
${SUBST_CMD} ${WRKSRC}/cola/cmds.py
|
2009-07-24 10:44:29 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|