1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/audio/minitunes/Makefile
2014-02-18 14:31:32 +00:00

26 lines
531 B
Makefile

# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
# $FreeBSD$
PORTNAME= minitunes
PORTVERSION= 0.1.1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://flavio.tordini.org/files/${PORTNAME}/
MAINTAINER= vg@FreeBSD.org
COMMENT= Just another music player
LIB_DEPENDS= libtag.so:${PORTSDIR}/audio/taglib
USES= qmake
USE_QT4= dbus gui moc_build network phonon rcc_build \
sql uic_build xml
INSTALLS_ICONS= yes
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>