mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
ab63f5bd0b
- these include astro/ audio/ biology/ chinese/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
30 lines
674 B
Makefile
30 lines
674 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= 3.1
|
|
PORTREVISION= 5
|
|
CATEGORIES= audio kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Integrates XMMS into the KDE3 Panel
|
|
|
|
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms
|
|
|
|
USE_KDELIBS_VER=3
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/0.0/0/}
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_TARGET=
|
|
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
|
|
--with-xmms-prefix=${X11BASE}
|
|
USE_GNOME= gtk12
|
|
|
|
.include <bsd.port.mk>
|