mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
33 lines
707 B
Makefile
33 lines
707 B
Makefile
# New ports collection makefile for: qgit
|
|
# Date created: 2009-04-19
|
|
# Whom: Ion-Mihai "IOnut" Tetcu <itetcu@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qgit
|
|
PORTVERSION= 2.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}4/${PORTVERSION}
|
|
PKGNAMESUFFIX= -qt4
|
|
|
|
MAINTAINER= itetcu@FreeBSD.org
|
|
COMMENT= A graphical interface to git repositories
|
|
|
|
USE_BZIP2= yes
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= corelib gui moc_build qmake_build rcc_build uic_build
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC} && ${QMAKE} ${PORTNAME}.pro
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|