mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
5978476c35
LIB_DEPENDS in audio With hat: portmgr
13 lines
262 B
Makefile
13 lines
262 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
APP= bmp
|
|
LIB_DEPENDS= libbeep.so:${PORTSDIR}/multimedia/beep-media-player
|
|
|
|
NO_STAGE= yes
|
|
MASTERDIR= ${.CURDIR}/../xmms-crossfade
|
|
|
|
PORTSCOUT= limit:^0\.3\.12
|
|
|
|
.include "${MASTERDIR}/Makefile"
|