mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
8f1a9a6ae1
while here: - trim Makefile header - remove indefinite article in COMMENT - whitespace fixes Requested by: Hakisho Nukama <nukama@gmail.com> (maintainer, via email)
30 lines
608 B
Makefile
30 lines
608 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
|
|
|
|
USE_QT4= corelib gui \
|
|
qmake_build moc_build rcc_build uic_build
|
|
|
|
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>
|