blob: 2a7283b0578a35aa6ca58cce99f2e11501cb6f2a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# New ports collection makefile for: epoch
# Date created: 2010-06-15
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
#
# $FreeBSD$
#
PORTNAME= epoch
PORTVERSION= 1.6
PORTREVISION= 2
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_QT4= 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>
|