aboutsummaryrefslogtreecommitdiffstats
path: root/audio/tepsonic/Makefile
blob: 733bb9532953dcd735669195164ad9ba4e979b64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:    tepsonic
# Date created:     2010-05-18
# Whom:         Gvozdikov Veniamin <g.veniamin@googlemail.com>
#
# $FreeBSD$
#

PORTNAME=   tepsonic
PORTVERSION=    0.98.2
PORTREVISION=   1
CATEGORIES= audio
MASTER_SITES=   http://www.tepsonic.org/files/
DISTNAME=   ${PORTNAME}-${PORTVERSION}-src

MAINTAINER= g.veniamin@googlemail.com
COMMENT=    TepSonic is a simple and fast audio player

LIB_DEPENDS=    tag.1:${PORTSDIR}/audio/taglib

USE_CMAKE=  yes
USE_LDCONFIG=   yes
INSTALLS_ICONS= yes
USE_QT4=    gui xml sql phonon network linguist_build \
        rcc_build qmake_build uic_build moc_build

WRKSRC=     ${WRKDIR}/${PORTNAME}-${PORTVERSION}

LICENSE=    GPLv3

post-patch:
    ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
        ${WRKSRC}/3rdparty/qxt/CMakeLists.txt

.include <bsd.port.mk>