mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
99d6d12a38
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
28 lines
686 B
Makefile
28 lines
686 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ftpmonitor
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 8
|
|
CATEGORIES= ftp kde
|
|
MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/ftpmonitor/
|
|
PKGNAMEPREFIX= plasma-applet-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= KDE4 Plasma applet, which monitors connections to ftp daemons
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
DEPRECATED= Qt4 has been EOL since december 2015
|
|
EXPIRATION_DATE= 2018-12-31
|
|
|
|
USES= cmake kde:4 qt:4 tar:bzip2
|
|
USE_KDE= kdelibs automoc4
|
|
USE_QT= qmake_build moc_build uic_build rcc_build
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \
|
|
${WRKSRC}/src/ftpserver/*.h
|
|
|
|
.include <bsd.port.mk>
|