15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
26 lines
531 B
Makefile
26 lines
531 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:${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>
|