freebsd-ports/audio/xmms-kde/Makefile
Akinori MUSHA 762eab6890 Add xmms-kde, which integrates XMMS into the KDE2 Panel.
PR:		ports/26902
Submitted by:	Jan Jungnickel <Jan@Jungnickel.com>
2001-05-04 19:52:40 +00:00

29 lines
552 B
Makefile

# New ports collection makefile for: xmms-kde
# Date created: 27 April 2001
# Whom: Jan Jungnickel <jan@jungnickel.com>
#
# $FreeBSD$
#
PORTNAME= xmms-kde
PORTVERSION= 0.6.5
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= jan@jungnickel.com
LIB_DEPENDS= xmms.1:${PORTSDIR}/audio/xmms
USE_KDELIBS_VER=2
#USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
post-patch:
${PERL} -pi -e "s|-lqt|-lqt2|;" ${WRKSRC}/configure
.include <bsd.port.mk>