2004-07-31 23:56:22 +02:00
|
|
|
# New ports collection makefile for: bmp-wma
|
|
|
|
# Date created: 2004-07-16
|
|
|
|
# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bmp-wma
|
2004-09-18 20:49:21 +02:00
|
|
|
PORTVERSION= 0.1.1
|
2005-03-12 11:54:27 +01:00
|
|
|
PORTREVISION= 2
|
2004-07-31 23:56:22 +02:00
|
|
|
CATEGORIES= audio
|
2004-08-07 21:24:14 +02:00
|
|
|
MASTER_SITES= http://www.nixp.ru/pub/files/ \
|
|
|
|
http://bmpwma.younggods.net/download/
|
2004-07-31 23:56:22 +02:00
|
|
|
|
2005-03-08 08:38:35 +01:00
|
|
|
MAINTAINER= novel@FreeBSD.org
|
2004-07-31 23:56:22 +02:00
|
|
|
COMMENT= WMA input plugin for beep-media-player
|
|
|
|
|
2004-09-18 20:49:21 +02:00
|
|
|
LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player
|
2004-09-18 01:01:36 +02:00
|
|
|
|
2004-07-31 23:56:22 +02:00
|
|
|
PLIST_FILES= lib/bmp/Input/libwma.so
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
|
2004-08-20 21:04:10 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "i386"
|
|
|
|
CONFIGURE_ARGS+= --enable-x86
|
|
|
|
.endif
|
|
|
|
|
2004-12-11 23:24:25 +01:00
|
|
|
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
|
|
|
BROKEN= "Does not build on amd64 or ia64 (tries to link static library against shared)"
|
2004-12-11 23:23:42 +01:00
|
|
|
.endif
|
|
|
|
|
2004-08-20 21:04:10 +02:00
|
|
|
.include <bsd.port.post.mk>
|