20 lines
370 B
Makefile
20 lines
370 B
Makefile
# New ports collection makefile for: streamripper
|
|
# Date created: 6 Apr 2000
|
|
# Whom: trevor@jpj.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= streamripper
|
|
PORTVERSION= 0.7.0b
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
|
ftp://ftp.bigfreakinserver.com/pub/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= trevor@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|