2006-07-16 11:27:29 +02:00
|
|
|
# New ports collection makefile for: audacious-crossfade
|
|
|
|
# Date created: 16 July 2006
|
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
APP= audacious
|
2007-03-04 22:13:30 +01:00
|
|
|
LIB_DEPENDS= audacious.5:${PORTSDIR}/multimedia/audacious
|
2006-12-04 17:22:14 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/audacious/General/libalarm.so:${PORTSDIR}/multimedia/audacious-plugins
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include/glib-2.0 -I${LOCALBASE}/include/gtk-2.0 \
|
|
|
|
-I${LOCALBASE}/include/cairo -I${LOCALBASE}/include/pango-1.0 \
|
|
|
|
-I${LOCALBASE}/include/atk-1.0
|
2006-07-16 11:27:29 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../xmms-crossfade
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|