freebsd-ports/multimedia/etoile-mediakit/Makefile
Dirk Meyer 942373c550 This is a work-in-progress replacement for MultimediaKit. It currently only
plays music files. It uses OSS for sound output and libavcodec / libavformat for
file parsing.

WWW: http://www.etoile-project.org/
2008-11-24 18:16:43 +00:00

37 lines
980 B
Makefile

# New ports collection makefile for: etoile-mediakit
# Date created: 23 Nov 2008
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= mediakit
PORTVERSION= 0.4.0
CATEGORIES= multimedia gnustep
MASTER_SITES= http://download.gna.org/etoile/
PKGNAMEPREFIX= etoile-
DISTNAME= etoile-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Etoile Project MediaKit framework
LIB_DEPENDS= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
USE_BZIP2= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
USE_GNUSTEP_LOCAL_LIBS+= EtoileFoundation:${FOUNDATION_PORT}
USE_GNUSTEP_LOCAL_LIBS+= SystemConfig:${SYSTEMCONFIG_PORT}
DEFAULT_LIBVERSION= 0.1
WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION}
USE_GNUSTEP_MAKE_DIRS+= Frameworks/MediaKit
FOUNDATION_PORT?= devel/etoile-foundation
SYSTEMCONFIG_PORT?= deskutils/etoile-systemconfig
.include <bsd.port.mk>