aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3val
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-21 17:07:48 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-08-21 17:07:48 +0000
commitc1b1bd0135e4173a47c37c69eebc74813961a994 (patch)
treec88c549bb48fb0d42a8276a5b37287c66a1ca38a /audio/mp3val
parent85fca52ebb4169447b9360d92ea91031f33ad3db (diff)
downloadports-c1b1bd0135e4173a47c37c69eebc74813961a994.tar.gz
ports-c1b1bd0135e4173a47c37c69eebc74813961a994.zip
- Use USES=gmake
- Do not silence installation message - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk - Cleanup Makefile header - Cosmetic change - Use single space after WWW:
Notes
Notes: svn path=/head/; revision=325160
Diffstat (limited to 'audio/mp3val')
-rw-r--r--audio/mp3val/Makefile33
-rw-r--r--audio/mp3val/pkg-descr2
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/