openbsd-ports/audio/streamripper/Makefile

32 lines
674 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2006/08/26 06:34:30 sturm Exp $
2005-09-05 16:19:58 -04:00
COMMENT= "rip shoutcast streams to local mp3s"
2005-09-05 16:19:58 -04:00
DISTNAME= streamripper-1.61.11
PKGNAME= ${DISTNAME}p3
2005-09-05 16:19:58 -04:00
CATEGORIES= audio
2005-09-05 16:19:58 -04:00
HOMEPAGE= http://streamripper.sourceforge.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=streamripper/}
MODULES= converters/libiconv
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2006-02-08 12:27:49 -05:00
WANTLIB= c m pthread
2006-08-01 08:13:28 -04:00
LIB_DEPENDS= mad.>=2::audio/libmad \
ogg.>=5.2::audio/libogg \
vorbis.>=3.0::audio/libvorbis
2005-09-05 16:19:58 -04:00
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>