mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
49 lines
1.5 KiB
Makefile
49 lines
1.5 KiB
Makefile
# New ports collection makefile for: etoile-melodie
|
|
# Date created: 26 Nov 2008
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= melodie
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= audio gnustep
|
|
MASTER_SITES= http://download.gna.org/etoile/
|
|
PKGNAMEPREFIX= etoile-
|
|
DISTNAME= etoile-${PORTVERSION}
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= Etoile Project music player
|
|
|
|
LIB_DEPENDS= tag.6:${PORTSDIR}/audio/taglib \
|
|
mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2
|
|
|
|
USE_BZIP2= yes
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_PREFIX= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
USE_GNUSTEP_LOCAL_LIBS+= EtoileFoundation:${FOUNDATION_PORT}
|
|
USE_GNUSTEP_LOCAL_LIBS+= CoreObject:${COREOBJECT_PORT}
|
|
USE_GNUSTEP_LOCAL_LIBS+= IconKit:${ICONKIT_PORT}
|
|
USE_GNUSTEP_LOCAL_LIBS+= MediaKit:${MEDIAKIT_PORT}
|
|
USE_GNUSTEP_LOCAL_LIBS+= EtoileUI:${ETOILE_UI_PORT}
|
|
USE_GNUSTEP_LOCAL_LIBS+= SmalltalkKit:${SMALLTALKKIT_PORT}
|
|
USE_GNUSTEP_LOCAL_LIBS+= LanguageKit:${LANGUAGEKIT_PORT}
|
|
USE_GNUSTEP_LOCAL_LIBS+= ScriptKit:${SCRIPTKIT_PORT}
|
|
|
|
WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION}
|
|
USE_GNUSTEP_MAKE_DIRS+= Services/User/Melodie
|
|
|
|
FOUNDATION_PORT?= devel/etoile-foundation
|
|
COREOBJECT_PORT?= devel/etoile-coreobject
|
|
ICONKIT_PORT?= x11-themes/etoile-iconkit
|
|
MEDIAKIT_PORT?= multimedia/etoile-mediakit
|
|
ETOILE_UI_PORT?= deskutils/etoile-ui
|
|
SMALLTALKKIT_PORT?= lang/etoile-smalltalkkit
|
|
LANGUAGEKIT_PORT?= lang/etoile-languagekit
|
|
SCRIPTKIT_PORT?= lang/etoile-scriptkit
|
|
|
|
.include <bsd.port.mk>
|