aboutsummaryrefslogtreecommitdiff
path: root/deskutils/epoch/Makefile
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2017-04-30 16:06:18 +0000
committerLarry Rosenman <ler@FreeBSD.org>2017-04-30 16:06:18 +0000
commitca189a4793edf0cbbb40d309348a330d68f3a5f4 (patch)
treebf99dc714f27b6aa0859a1629f74740a028a12a4 /deskutils/epoch/Makefile
parent68401688132997e52b1b9405b5aaa1e5ad6a48b3 (diff)
downloadports-ca189a4793edf0cbbb40d309348a330d68f3a5f4.tar.gz
ports-ca189a4793edf0cbbb40d309348a330d68f3a5f4.zip
Notes
Diffstat (limited to 'deskutils/epoch/Makefile')
-rw-r--r--deskutils/epoch/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/deskutils/epoch/Makefile b/deskutils/epoch/Makefile
deleted file mode 100644
index 5543ae849b32..000000000000
--- a/deskutils/epoch/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# Created by: 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= vg@FreeBSD.org
-COMMENT= Small and handy timeline application
-
-LINCENSE= GPLv3
-PROJECTHOST= gepoch
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-USES= qmake zip
-USE_QT4= gui 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}" \
- "" true
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/epoch ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/images/epoha.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
-
-.include <bsd.port.mk>