From e86b55727a088049f223a32d722fdaf57dbe2719 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Wed, 13 Mar 2013 11:54:25 +0000 Subject: For unmaintained ports in `audio' category, drop leading article from COMMENT and perform other minor cleanups along the way, whenever noticed. --- audio/xmms-mad/Makefile | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'audio/xmms-mad') 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 -# +# Created by: David Yeske # $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 -- cgit v1.2.3