mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
2e5052f1a4
PR: 29234 Submitted by: Christian Weisgerber <naddy@mips.inka.de> (new maintainer)
30 lines
662 B
Makefile
30 lines
662 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: mpg321
|
|
# Date created: Mar 17, 2001
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mpg321
|
|
PORTVERSION= 0.1.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.linuxberg.com/files/ \
|
|
http://gemini.woot.net/~hosehead/packages/
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= naddy@mips.inka.de
|
|
|
|
LIB_DEPENDS= ao.1:${PORTSDIR}/audio/libao
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libmad.a:${PORTSDIR}/audio/mad
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
MAN1= mpg321.1
|
|
|
|
.include <bsd.port.mk>
|