diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-25 18:01:01 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-25 18:01:01 +0000 |
commit | 9890cd8460d629bd18102314e4e16dd4769d00e5 (patch) | |
tree | 695f8d271052730dc7b604a2d300deea8fe2d6b6 /deskutils/epoch | |
parent | b66ff2e3bcb7ba8dc759a2c81a951584e1e349bb (diff) |
Notes
Diffstat (limited to 'deskutils/epoch')
-rw-r--r-- | deskutils/epoch/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/deskutils/epoch/Makefile b/deskutils/epoch/Makefile index 12a5361fcaf5..28c0e4f49b94 100644 --- a/deskutils/epoch/Makefile +++ b/deskutils/epoch/Makefile @@ -9,13 +9,14 @@ MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}${PORTVERSION}src MAINTAINER= vg@FreeBSD.org -COMMENT= Epoch is small and handy timeline application +COMMENT= Small and handy timeline application LINCENSE= GPLv3 PROJECTHOST= gepoch +USES= qmake USE_ZIP= yes -USE_QT4= gui qmake_build moc_build rcc_build +USE_QT4= gui moc_build rcc_build PLIST_FILES= bin/${PORTNAME} share/pixmaps/${PORTNAME}.png @@ -23,14 +24,10 @@ WRKSRC= ${WRKDIR} DESKTOP_ENTRIES="Epoch" "Timeline application" \ "${PREFIX}/share/pixmaps/${PORTNAME}.png" "${PORTNAME}" \ - "" false - -NO_STAGE= yes -do-configure: - cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS} + "" true do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/epoch ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/images/epoha.png ${PREFIX}/share/pixmaps/${PORTNAME}.png + ${INSTALL_PROGRAM} ${WRKSRC}/epoch ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/images/epoha.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png .include <bsd.port.mk> |