mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
ffd97a0193
- while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi)
29 lines
638 B
Makefile
29 lines
638 B
Makefile
# New ports collection makefile for: plasma-applet-ftpmonitor
|
|
# Date created: 2010-06-15
|
|
# Whom: Max Brazhnikov <makc@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ftpmonitor
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= ftp kde
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PKGNAMEPREFIX= plasma-applet-
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= KDE4 Plasma applet, which monitors connections to ftp daemons
|
|
|
|
USE_BZIP2= yes
|
|
USES= cmake
|
|
USE_KDE4= kdelibs kdeprefix automoc4
|
|
USE_QT4= qmake_build moc_build uic_build rcc_build
|
|
MAKE_JOS_SAFE= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \
|
|
${WRKSRC}/src/ftpserver/*.h
|
|
|
|
.include <bsd.port.mk>
|