diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-02 15:11:14 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-02 15:11:14 +0000 |
commit | a7a7da2ca6485e2d0c7efa0407c10a9d58263e26 (patch) | |
tree | 106cb232c940a6710910682af1e2befbf4fdb612 /audio/mp3_check/Makefile | |
parent | 5f444e9d7437775a2f21bc03e04ae4efec71246b (diff) | |
download | ports-a7a7da2ca6485e2d0c7efa0407c10a9d58263e26.tar.gz ports-a7a7da2ca6485e2d0c7efa0407c10a9d58263e26.zip |
Notes
Diffstat (limited to 'audio/mp3_check/Makefile')
-rw-r--r-- | audio/mp3_check/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/mp3_check/Makefile b/audio/mp3_check/Makefile new file mode 100644 index 000000000000..27722725d98e --- /dev/null +++ b/audio/mp3_check/Makefile @@ -0,0 +1,17 @@ +# 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> |