1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/audio/cynthiune/Makefile
2012-06-26 05:44:19 +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= 10
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>