aboutsummaryrefslogtreecommitdiff
path: root/textproc/beediff/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/beediff/Makefile')
-rw-r--r--textproc/beediff/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/textproc/beediff/Makefile b/textproc/beediff/Makefile
deleted file mode 100644
index 1a853ed40b8a..000000000000
--- a/textproc/beediff/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= beediff
-PORTVERSION= 1.9
-PORTREVISION= 3
-CATEGORIES= textproc devel
-MASTER_SITES= http://www.beesoft.pl/download/
-DISTNAME= ${PORTNAME}_${PORTVERSION}_src
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Qt 4 based diff frontend
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/licence.txt
-
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-
-USES= qmake qt:4
-USE_QT= corelib gui moc_build rcc_build
-USE_XORG= x11 xext
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-PLIST_FILES= bin/beediff share/pixmaps/beediff.png
-
-DESKTOP_ENTRIES="BeeDiff" \
- "diff frontend" \
- "${PREFIX}/share/pixmaps/${PORTNAME}.png" \
- "beediff" \
- "" \
- true
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/beediff ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/img/beediff.png ${STAGEDIR}${PREFIX}/share/pixmaps
-
-.include <bsd.port.mk>