18 lines
349 B
Makefile
18 lines
349 B
Makefile
|
# New ports collection makefile for: mp3_check
|
||
|
# Date created: 24 May 2000
|
||
|
# Whom: zach@pabst.bendnet.com
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= mp3_check
|
||
|
PORTVERSION= 1.7
|
||
|
CATEGORIES= audio
|
||
|
MASTER_SITES= ftp://ftp.thedeepsky.com/outgoing/
|
||
|
|
||
|
MAINTAINER= ericb@thedeepsky.com
|
||
|
|
||
|
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
||
|
|
||
|
.include <bsd.port.mk>
|