76c7f8fbe6
minor COMMENT typos and surrounding whitespace fixes. Categories D-F. CR: D196 Approved by: portmgr (bapt)
23 lines
575 B
Makefile
23 lines
575 B
Makefile
# Created by: Mina R Waheeb <syncer@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= silence
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 5
|
|
CATEGORIES= deskutils kde
|
|
MASTER_SITES= http://kde-apps.org/CONTENT/content-files/
|
|
DISTNAME= 124776-${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= syncer@gmail.com
|
|
COMMENT= Information management tool
|
|
|
|
RUN_DEPENDS= ${KDE4_PREFIX}/lib/kde4/katepart.so:${PORTSDIR}/editors/kate
|
|
|
|
USES= cmake
|
|
USE_KDE4= kdelibs kdehier kdeprefix automoc4
|
|
USE_QT4= qmake_build moc_build rcc_build uic_build linguist_build
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|