mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
21646392b0
- Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes
23 lines
481 B
Makefile
23 lines
481 B
Makefile
# $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
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \
|
|
${WRKSRC}/src/ftpserver/*.h
|
|
|
|
.include <bsd.port.mk>
|