summaryrefslogtreecommitdiff
path: root/audio/xmms-mad
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-03-13 11:54:25 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-03-13 11:54:25 +0000
commite86b55727a088049f223a32d722fdaf57dbe2719 (patch)
tree13d0ad17d6169f92f62c4a5abed734772b1f3ab1 /audio/xmms-mad
parentDo not removed directories not owned by the port (diff)
For unmaintained ports in `audio' category, drop leading article from COMMENT
and perform other minor cleanups along the way, whenever noticed.
Diffstat (limited to 'audio/xmms-mad')
-rw-r--r--audio/xmms-mad/Makefile18
1 files changed, 7 insertions, 11 deletions
diff --git a/audio/xmms-mad/Makefile b/audio/xmms-mad/Makefile
index 8e43c8b5a337..eb8efd1a2cf8 100644
--- a/audio/xmms-mad/Makefile
+++ b/audio/xmms-mad/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xmms-mad
-# Date created: 30 Aug 2002
-# Whom: David Yeske <dyeske@gmail.com>
-#
+# Created by: David Yeske <dyeske@gmail.com>
# $FreeBSD$
-#
PORTNAME= xmms-mad
PORTVERSION= 0.10
@@ -11,11 +7,11 @@ CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
-COMMENT= A XMMS input plugin that uses libmad
+COMMENT= XMMS input plugin that uses libmad
-LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \
- id3tag.0:${PORTSDIR}/audio/libid3tag \
- xmms.4:${PORTSDIR}/multimedia/xmms
+LIB_DEPENDS= mad:${PORTSDIR}/audio/libmad \
+ id3tag:${PORTSDIR}/audio/libid3tag \
+ xmms:${PORTSDIR}/multimedia/xmms
USE_BZIP2= yes
USE_GNOME= gtk12
@@ -28,7 +24,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
do-install:
- cd ${WRKSRC}/src/.libs \
- && ${INSTALL_DATA} libxmmsmad.so ${PREFIX}/lib/xmms/Input
+ ${INSTALL_DATA} ${WRKSRC}/src/.libs/libxmmsmad.so \
+ ${PREFIX}/lib/xmms/Input
.include <bsd.port.mk>