openbsd-ports/devel/git-cola/Makefile
ajacoutot c4f812490c Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-22 15:31:26 +00:00

35 lines
710 B
Makefile

# $OpenBSD: Makefile,v 1.4 2009/12/22 15:31:27 ajacoutot Exp $
COMMENT = python powered git gui
MODPY_EGG_VERSION= 1.3.8
DISTNAME = cola-${MODPY_EGG_VERSION}-src
PKGNAME = git-${DISTNAME:S/-src//}p2
CATEGORIES = devel x11
WRKDIST = ${WRKDIR}/${DISTNAME:S/-src//}
HOMEPAGE = http://cola.tuxfamily.org/
# GPLv2 only
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES = ${HOMEPAGE}/releases/
MODULES = devel/gettext \
lang/python
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = ::devel/desktop-file-utils \
::devel/git \
::textproc/xxdiff \
::x11/py-qt4
pre-configure:
@${SUBST_CMD} ${WRKSRC}/bin/git-cola
.include <bsd.port.mk>