mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
5ea57a0fd3
Approved by: krion (mentor, implicit)
14 lines
299 B
Makefile
14 lines
299 B
Makefile
# New ports collection makefile for: bmp-crossfade
|
|
# Date created: 1 January 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
APP= bmp
|
|
LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player
|
|
|
|
MASTERDIR= ${.CURDIR}/../xmms-crossfade
|
|
|
|
.include "${MASTERDIR}/Makefile"
|