aboutsummaryrefslogtreecommitdiff
path: root/audio/kmp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/kmp/Makefile')
-rw-r--r--audio/kmp/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/audio/kmp/Makefile b/audio/kmp/Makefile
deleted file mode 100644
index cd2a6d9520f3..000000000000
--- a/audio/kmp/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: kmp
-# Date created: Apr 2, 2004
-# Whom: Mark Reidel <ports@mark.reidel.info>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kmp
-PORTVERSION= 0.01
-PORTREVISION= 6
-CATEGORIES= audio
-MASTER_SITES= http://mercury.chem.pitt.edu/~shank/ \
- http://www.threadbox.net/files/
-
-MAINTAINER= ports@mark.reidel.info
-COMMENT= A graphical interface to musicpd written with Qt
-
-BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
-
-USE_BZIP2= true
-USE_QT_VER= 3
-MAKE_ENV= QTDIR="${QT_PREFIX}"
-
-PLIST_FILES= bin/kmp
-
-do-configure:
- @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake \
- -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ kmp.pro
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/kmp ${PREFIX}/bin
-
-.include <bsd.port.mk>