# ex:ts=8 # New ports collection makefile for: snack # Date created: Nov 24, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= snack PORTVERSION= 2.2.10 PORTREVISION= 2 CATEGORIES= audio tcl tk MASTER_SITES= http://www.speech.kth.se/snack/dist/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= simon@olofsson.de COMMENT= A sound toolkit for scripting languages LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84 WRKSRC= ${WRKDIR}/${DISTNAME}/unix OPTIONS= VORBIS "Support for OGG/Vorbis Audio" off GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.4 \ --with-tk=${LOCALBASE}/lib/tk8.4 MAKE_ENV= prefix=${PREFIX} exec_prefix=${PREFIX} CFLAGS+= -I${LOCALBASE}/include/tcl8.4 -I${LOCALBASE}/include/tk8.4 \ -I${LOCALBASE}/include .if !defined(NOPORTDOCS) PORTDOCS= * .endif PLIST_SUB= SNACK_VER=${PORTVERSION:R} .include .if defined(WITH_VORBIS) LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis CONFIGURE_ARGS+= --with-ogg-include=${LOCALBASE}/include \ --with-ogg-lib=${LOCALBASE}/lib ALL_TARGET= all libsnackogg.so PLIST_SUB+= VORBIS="" .else PLIST_SUB+= VORBIS="@comment " .endif post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/../doc/* ${DOCSDIR} .endif .include