mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
cdf8e698db
Add WWW and Author to pkg-descr PR: 40293 Submitted by: Tilman Linneweh <tilman@arved.de> Approved by: maintainer
19 lines
369 B
Makefile
19 lines
369 B
Makefile
# New ports collection makefile for: mp3_check
|
|
# Date created: 24 Oct 2000
|
|
# Whom: ericb@thedeepsky.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mp3_check
|
|
PORTVERSION= 1.98
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= mp3check
|
|
|
|
MAINTAINER= ericb@thedeepsky.com
|
|
|
|
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
|
|
|
.include <bsd.port.mk>
|