mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
9890cd8460
- Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval)
26 lines
522 B
Makefile
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>
|