1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/audio/xmms-fc/Makefile
Alexey Dokuchaev ea52d5a8f9 Unbreak the build with recent GCC.
Reported by:	kris
Approved by:	portmgr (krion), fjoe (mentor, implicit)
2004-10-06 08:16:08 +00:00

27 lines
572 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.3
PORTREVISION= 1
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
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GNOME= gtk12
.include <bsd.port.mk>