1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/deskutils/silence/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

23 lines
561 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
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}
.include <bsd.port.mk>