1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/audio/mp3stat/Makefile

30 lines
679 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: mp3stat
# Date created: Mar 20, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= mp3stat
2002-03-23 07:43:41 +00:00
PORTVERSION= 2.5.5
CATEGORIES= audio
MASTER_SITES= http://safemode.homeip.net/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
USE_GTK= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
CFLAGS+= -I${LOCALBASE}/include
USE_GMAKE= yes
post-patch:
@${PERL} -pi -e "s,glib-config,${GLIB_CONFIG},g ; \
s,gtk-config,${GTK_CONFIG},g ; \
s,^CXXFLAGS *=,CXXFLAGS+=,g" ${WRKSRC}/Makefile
# current vorbis support is broken, dont know how to fix
@${PERL} -pi -e "s,^VORBIS,#VORBIS,g" ${WRKSRC}/Makefile
.include <bsd.port.mk>