diff options
Diffstat (limited to 'audio/tepsonic/Makefile')
-rw-r--r-- | audio/tepsonic/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/audio/tepsonic/Makefile b/audio/tepsonic/Makefile new file mode 100644 index 000000000000..90b10f05ad78 --- /dev/null +++ b/audio/tepsonic/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: tepsonic +# Date created: 2010-05-18 +# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> +# +# $FreeBSD$ +# + +PORTNAME= tepsonic +PORTVERSION= 0.96.0 +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_QT_VER= 4 +USE_LDCONFIG= yes +CMAKE_USE_PTHREAD= yes +QT_COMPONENTS= gui xml sql phonon network linguist_build \ + rcc_build qmake_build uic_build moc_build + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME} + +.include <bsd.port.mk> |