1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/devel/fuel/Makefile
Martin Wilke 9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00

35 lines
693 B
Makefile

# New ports collection makefile for: fuel
# Date created: 2012-04-26
# Whom: Hakisho Nukama <nukama@gmail.com>
#
# $FreeBSD$
#
PORTNAME= fuel
DISTVERSION= 0.9.6
CATEGORIES= devel
MASTER_SITES= https://fuel-scm.googlecode.com/files/
MAINTAINER= nukama@gmail.com
COMMENT= A GUI front-end to fossil SCM tool
LICENSE= GPLv2
RUN_DEPENDS= ${LOCALBASE}/bin/fossil:${PORTSDIR}/devel/fossil
USE_QT4= corelib gui \
qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
HAS_CONFIGURE= yes
PLIST_FILES+= bin/Fuel
do-configure:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Fuel ${PREFIX}/bin/Fuel
.include <bsd.port.mk>