freebsd-ports/deskutils/silence/Makefile
Thomas Zander b50a4186ce Chase ffmpeg 3.3 update (ABI changes)
PR:		218658
Submitted by:	riggs
2017-04-25 08:20:30 +00:00

25 lines
588 B
Makefile

# Created by: Mina R Waheeb <syncer@gmail.com>
# $FreeBSD$
PORTNAME= silence
PORTVERSION= 0.2
PORTREVISION= 8
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
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>