1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/deskutils/silence/Makefile
Pawel Pekala 5be7eab350 - Add LICENSE and LICENSE_TEXT
- Switch to qt4-linguisttools for building (less dependencies)
- Fix WWW

PR:		202698
Submitted by:	Andriy Voskoboinyk
Approved by:	maintainer timeout
2015-10-09 20:31:16 +00:00

26 lines
606 B
Makefile

# Created by: Mina R Waheeb <syncer@gmail.com>
# $FreeBSD$
PORTNAME= silence
PORTVERSION= 0.2
PORTREVISION= 7
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= ${KDE4_PREFIX}/lib/kde4/katepart.so:${PORTSDIR}/editors/kate
USES= cmake
USE_KDE4= kdelibs kdeprefix automoc4
USE_QT4= qmake_build moc_build rcc_build uic_build linguisttools_build
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>