mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
8abaa2dd3d
Submitted by: c.petrik.sosa@gmail.com (maintainer) Feature safe: yes
16 lines
327 B
Makefile
16 lines
327 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
|
|
|
|
PORTSCOUT= limit:^0\.3\.12
|
|
|
|
.include "${MASTERDIR}/Makefile"
|