mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
28 lines
642 B
Makefile
28 lines
642 B
Makefile
# New ports collection makefile for: mpegaudio
|
|
# Date created: 1 July 1996
|
|
# Whom: torstenb
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mpegaudio
|
|
PORTVERSION= 3.9
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/distfiles/
|
|
DISTNAME= ${PORTNAME}
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An MPEG/audio Layer 1 and Layer 2 encoder/decoder package
|
|
|
|
DEPRECATED= No more public distfiles
|
|
EXPIRATION_DATE= 2011-08-01
|
|
|
|
MAN1= mpeg_musicin.1 mpeg_musicout.1
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${FILESDIR}/mpeg_musicin.1 ${MANPREFIX}/man/man1
|
|
${INSTALL_MAN} ${FILESDIR}/mpeg_musicout.1 ${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|