mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
f40066852d
PR: ports/160681 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
40 lines
929 B
Makefile
40 lines
929 B
Makefile
# New ports collection makefile for: epoch
|
|
# Date created: 2010-06-15
|
|
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= epoch
|
|
PORTVERSION= 1.6
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= GOOGLE_CODE
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}src
|
|
|
|
MAINTAINER= g.veniamin@googlemail.com
|
|
COMMENT= Epoch is small and handy timeline application
|
|
|
|
LINCENSE= GPLv3
|
|
PROJECTHOST= gepoch
|
|
|
|
USE_ZIP= yes
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= gui qmake_build moc_build rcc_build
|
|
|
|
PLIST_FILES= bin/${PORTNAME} share/pixmaps/${PORTNAME}.png
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
DESKTOP_ENTRIES="Epoch" "Timeline application" \
|
|
"${PREFIX}/share/pixmaps/${PORTNAME}.png" "${PORTNAME}" \
|
|
"" false
|
|
|
|
do-configure:
|
|
cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/epoch ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/images/epoha.png ${PREFIX}/share/pixmaps/${PORTNAME}.png
|
|
|
|
.include <bsd.port.mk>
|