diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-13 11:54:25 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-13 11:54:25 +0000 |
commit | e86b55727a088049f223a32d722fdaf57dbe2719 (patch) | |
tree | 13d0ad17d6169f92f62c4a5abed734772b1f3ab1 /audio/yammi/Makefile | |
parent | 4ff98799fdd3ca29df878fa31d0ad3c993279a11 (diff) |
For unmaintained ports in `audio' category, drop leading article from COMMENT
and perform other minor cleanups along the way, whenever noticed.
Notes
Notes:
svn path=/head/; revision=314074
Diffstat (limited to 'audio/yammi/Makefile')
-rw-r--r-- | audio/yammi/Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/audio/yammi/Makefile b/audio/yammi/Makefile index de30a90db30a..b3398d0b5793 100644 --- a/audio/yammi/Makefile +++ b/audio/yammi/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: yammi -# Date created: 27 September 2003 -# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com> -# +# Created by: Arjan van Leeuwen <avleeuwen@piwebs.com> # $FreeBSD$ -# PORTNAME= yammi PORTVERSION= 1.2.3 @@ -12,12 +8,12 @@ CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A QT-based music manager with fuzzy search +COMMENT= Qt-based music manager with fuzzy search feature -LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ - tag.1:${PORTSDIR}/audio/taglib +LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ + tag:${PORTSDIR}/audio/taglib -DEPRECATED= Depends on QT3; unmaintained +DEPRECATED= Depends on Qt3; unmaintained EXPIRATION_DATE= 2013-07-01 OPTIONS_DEFINE= XMMS @@ -34,7 +30,7 @@ CONFIGURE_ARGS= --disable-gstreamer .if ${PORT_OPTIONS:MXMMS} CONFIGURE_ARGS+=--enable-xmms BUILD_DEPENDS+= xmms-config:${PORTSDIR}/multimedia/xmms -LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms +LIB_DEPENDS+= xmms:${PORTSDIR}/multimedia/xmms .else CONFIGURE_ARGS+=--disable-xmms .endif |