1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/fuel/Makefile
Max Brazhnikov 9890cd8460 - Convert to USES=qmake
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.

Approved by:	portmgr (blanket approval)
2013-11-25 18:01:01 +00:00

26 lines
522 B
Makefile

# Created by: Hakisho Nukama <nukama@gmail.com>
# $FreeBSD$
PORTNAME= fuel
DISTVERSION= 0.9.6
CATEGORIES= devel
MASTER_SITES= https://fuel-scm.googlecode.com/files/
MAINTAINER= nukama+maintainer@gmail.com
COMMENT= GUI front-end to fossil SCM tool
LICENSE= GPLv2
RUN_DEPENDS= ${LOCALBASE}/bin/fossil:${PORTSDIR}/devel/fossil
USES= qmake
USE_QT4= corelib gui \
moc_build rcc_build uic_build
PLIST_FILES= bin/Fuel
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Fuel ${STAGEDIR}${PREFIX}/bin/Fuel
.include <bsd.port.mk>