34 lines
691 B
Makefile
Raw Normal View History

2006-08-01 12:13:28 +00:00
# $OpenBSD: Makefile,v 1.11 2006/08/01 12:13:28 espie Exp $
2005-09-05 20:19:58 +00:00
COMMENT= "rip shoutcast streams to local mp3s"
2005-09-05 20:19:58 +00:00
DISTNAME= streamripper-1.61.11
2006-02-08 17:27:49 +00:00
PKGNAME= ${DISTNAME}p1
2005-09-05 20:19:58 +00:00
CATEGORIES= audio
2005-09-05 20:19:58 +00: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 17:27:49 +00:00
WANTLIB= c m pthread
2006-08-01 12:13:28 +00:00
LIB_DEPENDS= mad.>=2::audio/libmad \
ogg.>=5.2::audio/libogg \
vorbis.>=3.0::audio/libvorbis
2005-09-05 20:19:58 +00:00
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
2005-09-05 20:19:58 +00:00
NO_REGRESS= Yes
2002-10-24 22:20:03 +00:00
.include <bsd.port.mk>