summaryrefslogtreecommitdiff
path: root/audio/mehdiaplayer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mehdiaplayer/Makefile')
-rw-r--r--audio/mehdiaplayer/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/audio/mehdiaplayer/Makefile b/audio/mehdiaplayer/Makefile
deleted file mode 100644
index dd53432f9440..000000000000
--- a/audio/mehdiaplayer/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
-# $FreeBSD$
-
-PORTNAME= mehdiaplayer
-PORTVERSION= 0.2
-PORTREVISION= 4
-CATEGORIES= audio
-MASTER_SITES= GOOGLE_CODE
-
-MAINTAINER= vg@FreeBSD.org
-COMMENT= Simple media player using Qt/Phonon
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-USES= tar:bzip2 qmake
-USE_QT4= gui xml uic_build moc_build \
- rcc_build phonon
-
-WRKSRC= ${WRKDIR}/dev
-
-PLIST_FILES= bin/${PORTNAME}
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-
-.include <bsd.port.mk>