freebsd-ports/deskutils/silence/Makefile
Tobias C. Berner a4a7daf069 Give the KDE SC4 applications ports a -kde4 suffix
In order to make room for the up-to-date version of the KDE Desktop and its
applications move the KDE Application ports based on Qt4.

PR:		225992
Exp-run by:	antoine
Reviewed by:	rakuco, adridg
Differential Revision:	https://reviews.freebsd.org/D14413
2018-02-22 19:03:17 +00:00

25 lines
594 B
Makefile

# Created by: Mina R Waheeb <syncer@gmail.com>
# $FreeBSD$
PORTNAME= silence
PORTVERSION= 0.2
PORTREVISION= 10
CATEGORIES= deskutils kde
MASTER_SITES= http://kde-apps.org/CONTENT/content-files/
DISTNAME= 124776-${PORTNAME}-${PORTVERSION}
MAINTAINER= syncer@gmail.com
COMMENT= Information management tool
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${KDE_PREFIX}/lib/kde4/katepart.so:editors/kate-kde4
USES= cmake kde:4
USE_KDE= kdelibs automoc4
USE_QT4= qmake_build moc_build rcc_build uic_build linguisttools_build
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>