From e68fb0f022849f5a9296efe7e0a15a0655277a55 Mon Sep 17 00:00:00 2001 From: danfe 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/ksmp3play/Makefile | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'audio/ksmp3play') diff --git a/audio/ksmp3play/Makefile b/audio/ksmp3play/Makefile index be093858eb8a..1abbb8d560e1 100644 --- a/audio/ksmp3play/Makefile +++ b/audio/ksmp3play/Makefile @@ -1,27 +1,21 @@ -# ex:ts=8 -# New ports collection makefile for: ksmp3play -# Date created: Nov 4, 2001 -# Whom: ijliao -# +# Created by: Ying-Chieh Liao # $FreeBSD$ -# PORTNAME= ksmp3play PORTVERSION= 0.5.2.1 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-0.5.2/0.5.2 +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org -COMMENT= An curses-based MP3 player +COMMENT= Curses-based MP3 player -LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg - -NO_WRKSUBDIR= yes +LIB_DEPENDS= smpeg:${PORTSDIR}/multimedia/smpeg +GNU_CONFIGURE= yes USE_GNOME= gnomehack USE_SDL= sdl -GNU_CONFIGURE= yes +NO_WRKSUBDIR= yes MAN1= ksmp3play.1 -- cgit