freebsd-ports/audio/mp3stat/Makefile
Ying-Chieh Liao aa50779704 - Add optional Ogg/Vorbis support
PR:		36288
Submitted by:	Ports Fury
2002-03-25 11:44:20 +00:00

35 lines
738 B
Makefile

# ex:ts=8
# Ports collection makefile for: mp3stat
# Date created: Mar 20, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= mp3stat
PORTVERSION= 2.5.5
CATEGORIES= audio
MASTER_SITES= http://safemode.homeip.net/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GTK= yes
USE_GMAKE= yes
MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
.if defined(WITH_VORBIS)
LIB_DEPENDS= vorbis.1:${PORTSDIR}/audio/libvorbis
MAKE_ENV+= WITH_VORBIS="${WITH_VORBIS}"
.endif
pre-everything::
@${ECHO_MSG}
@${ECHO_MSG} "If you want to compile with Ogg/Vorbis support,"
@${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_VORBIS=yes\""
@${ECHO_MSG}
.endif
.include <bsd.port.mk>