mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
e475c19a24
Approved by: pgollucci (mentor)
28 lines
622 B
Makefile
28 lines
622 B
Makefile
# New ports collection makefile for: mp3val
|
|
# Date created: 2010-04-19
|
|
# Whom: 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
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= A program for MPEG audio stream validation
|
|
|
|
ALL_TARGET= mp3val
|
|
MAKEFILE= ${WRKSRC}/Makefile.linux
|
|
PLIST_FILES= bin/mp3val
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/mp3val ${PREFIX}/bin
|
|
|
|
.include <bsd.port.post.mk>
|