freebsd-ports/ftp/plasma-applet-ftpmonitor/Makefile
Tobias C. Berner 737c1cc56d Rename KDE4 meta ports
This is done for
 * consistency,
 * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications

Bumps the dependencies.

Reviewed by:	adridg
Differential Revision:	https://reviews.freebsd.org/D12979
2018-02-10 10:29:51 +00:00

24 lines
602 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
USES= cmake kde:4 tar:bzip2
USE_KDE= kdelibs automoc4
USE_QT4= 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>