1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/audio/audacious-crossfade/Makefile
2006-12-04 16:22:14 +00:00

19 lines
600 B
Makefile

# New ports collection makefile for: audacious-crossfade
# Date created: 16 July 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 1
APP= audacious
LIB_DEPENDS= audacious.4:${PORTSDIR}/multimedia/audacious
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
MASTERDIR= ${.CURDIR}/../xmms-crossfade
.include "${MASTERDIR}/Makefile"