Rene Ladan 99d6d12a38 Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
2018-12-02 15:41:47 +00:00

39 lines
839 B
Makefile

# $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>