c5e4e8fe3c
Reported by: pointyhat via kris
38 lines
744 B
Makefile
38 lines
744 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.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.nixp.ru/pub/files/
|
|
|
|
MAINTAINER= novel@FreeBSD.org
|
|
COMMENT= WMA input plugin for beep-media-player
|
|
|
|
LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player
|
|
|
|
PLIST_FILES= lib/bmp/Input/libwma.so \
|
|
lib/bmp/Input/libwma.la \
|
|
lib/bmp/Input/libwma.a
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_X_PREFIX= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "i386"
|
|
CONFIGURE_ARGS+= --enable-x86
|
|
.endif
|
|
|
|
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
|
CFLAGS+= -fpic -DPIC
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|