1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/audio/bmp-festalon/Makefile
Baptiste Daroussin 5978476c35 In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in audio

With hat:	portmgr
2013-12-11 14:35:36 +00:00

25 lines
565 B
Makefile

# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$
PKGNAMEPREFIX= bmp-
COMMENT= Beep-media-player plugin for playing .nsf and .hes audio files
LICENSE= GPLv2
MASTERDIR= ${.CURDIR}/../festalon
LIB_DEPENDS= libbeep.so:${PORTSDIR}/multimedia/beep-media-player
CONFIGURE_ARGS+= --enable-interface=bmp
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
PLIST_FILES= lib/bmp/Input/libfestalon_bmp.a \
lib/bmp/Input/libfestalon_bmp.la \
lib/bmp/Input/libfestalon_bmp.so \
lib/bmp/Input/libfestalon_bmp.so.0
.include "${MASTERDIR}/Makefile"