7f4572eae4
With hat: portmgr Sponsored by: Absolight
25 lines
519 B
Makefile
25 lines
519 B
Makefile
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= minitunes
|
|
PORTVERSION= 0.1.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://flavio.tordini.org/files/${PORTNAME}/
|
|
|
|
MAINTAINER= vg@FreeBSD.org
|
|
COMMENT= Just another music player
|
|
|
|
LIB_DEPENDS= libtag.so: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>
|