freebsd-ports/audio/bmp-wma/Makefile
Kris Kennaway cb7183ef00 BROKEN: Broken dependency
Approved by:    portmgr (self)
2004-09-17 23:01:36 +00:00

33 lines
647 B
Makefile

# New ports collection makefile for: bmp-wma
# Date created: 2004-07-16
# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru>
#
# $FreeBSD$
#
PORTNAME= bmp-wma
PORTVERSION= 0.1.0
CATEGORIES= audio
MASTER_SITES= http://www.nixp.ru/pub/files/ \
http://bmpwma.younggods.net/download/
MAINTAINER= bogorodskiy@inbox.ru
COMMENT= WMA input plugin for beep-media-player
LIB_DEPENDS= beep.1:${PORTSDIR}/multimedia/beep-media-player
BROKEN= Broken dependency
PLIST_FILES= lib/bmp/Input/libwma.so
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386"
CONFIGURE_ARGS+= --enable-x86
.endif
.include <bsd.port.post.mk>