1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/audio/juk/Makefile
Mario Sergio Fujikawa Ferreira 6fab1031e2 New port juk version 1.0: JuK, a music manager and jukebox for KDE
Submitted by:	Lauri Watts <lauri@kde.org>
Reviewed by:	kde (members),
		Scott Wheeler <wheeler@kde.org> (developer)
2003-03-03 16:46:40 +00:00

28 lines
793 B
Makefile

# New ports collection makefile for: JuK
# Date created: Saturday 7 December 2002
# Whom: Lauri Watts <lauri@kde.org>
#
# $FreeBSD$
#
PORTNAME= juk
PORTVERSION= 1.0
CATEGORIES= audio kde
MASTER_SITES= http://www.slackorama.net/oss/juk/
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
MAINTAINER= kde@FreeBSD.org
COMMENT= JuK, a music manager and jukebox for KDE
LIB_DEPENDS= id3-3.8.2:${PORTSDIR}/audio/id3lib
RUN_DEPENDS= ${LOCALBASE}/lib/kde3/kfile_mp3.so:${PORTSDIR}/multimedia/kdemultimedia3 \
${LOCALBASE}/lib/kde3/kfile_ogg.so:${PORTSDIR}/multimedia/kdemultimedia3
USE_KDELIBS_VER=3
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-transform-name=''
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>