1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/audio/cynthiune/Makefile
Christian Weisgerber 1f2b1eac8e * Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.

PR:		179072
2013-06-09 19:30:58 +00:00

41 lines
1.2 KiB
Makefile

# New ports collection makefile for: cynthiune
# Date created: 4 Sep 2006
# Whom: gurkan@phys.ethz.ch
#
# $FreeBSD$
#
PORTNAME= cynthiune
PORTVERSION= 0.9.5
PORTREVISION= 11
CATEGORIES= audio gnustep
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/c/cynthiune.app
DISTNAME= cynthiune.app_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
COMMENT= Romantic music player for GNUstep
LICENSE= GPLv2
LIB_DEPENDS+= FLAC:${PORTSDIR}/audio/flac
LIB_DEPENDS+= tag.1:${PORTSDIR}/audio/taglib
LIB_DEPENDS+= modplug.1:${PORTSDIR}/audio/libmodplug
LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts
LIB_DEPENDS+= id3tag.0:${PORTSDIR}/audio/libid3tag
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
USE_GNOME+= esound
WRKSRC= ${WRKDIR}/cynthiune.app-${PORTVERSION}
ADDITIONAL_INCLUDE_DIRS+= -I${LOCALBASE}/include/libmodplug
ADDITIONAL_LIB_DIRS+= -L${WRKSRC}/Frameworks/Cynthiune/Cynthiune.framework/Versions/Current
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
MAKE_FLAGS= disable-windowsmedia=yes disable-musepack=yes debug=no
.include <bsd.port.mk>