diff options
Diffstat (limited to 'audio/ksmp3play/Makefile')
-rw-r--r-- | audio/ksmp3play/Makefile | 18 |
1 files changed, 6 insertions, 12 deletions
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 <ijliao@FreeBSD.org> # $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 |