diff options
-rw-r--r-- | audio/mp3val/Makefile | 33 | ||||
-rw-r--r-- | audio/mp3val/pkg-descr | 2 |
2 files changed, 15 insertions, 20 deletions
diff --git a/audio/mp3val/Makefile b/audio/mp3val/Makefile index b47c9d9ef383..80d36f3b9a49 100644 --- a/audio/mp3val/Makefile +++ b/audio/mp3val/Makefile @@ -1,27 +1,22 @@ -# New ports collection makefile for: mp3val -# Date created: 2010-04-19 -# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> -# +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> # $FreeBSD$ -# -PORTNAME= mp3val -PORTVERSION= 0.1.8 -CATEGORIES= audio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} -DISTNAME= ${PORTNAME}-${PORTVERSION}-src +PORTNAME= mp3val +PORTVERSION= 0.1.8 +CATEGORIES= audio +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} +DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= A program for MPEG audio stream validation +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Program for MPEG audio stream validation -ALL_TARGET= mp3val -MAKEFILE= ${WRKSRC}/Makefile.linux -PLIST_FILES= bin/mp3val -USE_GMAKE= yes +ALL_TARGET= mp3val +MAKEFILE= ${WRKSRC}/Makefile.linux +USES= gmake -.include <bsd.port.pre.mk> +PLIST_FILES= bin/mp3val do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/mp3val ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/mp3val ${PREFIX}/bin/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/audio/mp3val/pkg-descr b/audio/mp3val/pkg-descr index 2552c981f85f..85907dc6b3f1 100644 --- a/audio/mp3val/pkg-descr +++ b/audio/mp3val/pkg-descr @@ -15,4 +15,4 @@ Windows), mp3valgui is a multi-platform Python script (can be downloaded separately), written by an independent developer. Installing the latter under Windows is a bit tricky, so for Windows the first frontend is recommended. -WWW: http://mp3val.sourceforge.net/ +WWW: http://mp3val.sourceforge.net/ |