mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
13898c9112
Silence is an information management tool. It does not just store your data, it provides sophisticated search mechanisms so you are able to find the information you are looking for. WWW: http://silence.sekalura.net Submitted by: Mina R Waheeb <syncer at gmail.com> via kde@freebsd maillist
25 lines
569 B
Makefile
25 lines
569 B
Makefile
# New ports collection makefile for: silence
|
|
# Date created: 21 May 2010
|
|
# Whom: Mina R Waheeb <syncer@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= silence
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= deskutils kde
|
|
MASTER_SITES= http://kde-apps.org/CONTENT/content-files/
|
|
DISTNAME= 124776-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= syncer@gmail.com
|
|
COMMENT= An information management tool
|
|
|
|
USE_CMAKE= yes
|
|
USE_KDE4= kdelibs kdehier kdeprefix automoc4
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= qmake_build moc_build rcc_build uic_build linguist_build
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|