mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
2c5fc26f15
PR: ports/84854 Submitted by: Emanuel Haupt <ehaupt@critical.ch> Approved by: maintainer timeout (2 weeks)
26 lines
580 B
Makefile
26 lines
580 B
Makefile
# New ports collection makefile for: xmms-fc
|
|
# Date created: 8 Jan 2002
|
|
# Whom: David Yeske <dyeske@yahoo.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmms-fc
|
|
PORTVERSION= 0.5.4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= dyeske@yahoo.com
|
|
COMMENT= A XMMS future composer input plugin
|
|
|
|
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
|
|
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
|
|
|
PLIST_FILES= lib/xmms/Input/libfc.so lib/xmms/Input/libfc.la
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gtk12
|
|
|
|
.include <bsd.port.mk>
|