2001-03-17 15:35:08 +01:00
|
|
|
# New ports collection makefile for: mpg321
|
|
|
|
# Date created: Mar 17, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mpg321
|
2001-10-19 18:27:01 +02:00
|
|
|
PORTVERSION= 0.2.2
|
2001-03-17 15:35:08 +01:00
|
|
|
CATEGORIES= audio
|
2001-10-19 18:27:01 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= mpg321
|
2001-03-17 15:35:08 +01:00
|
|
|
|
2001-11-03 23:22:34 +01:00
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
2001-03-17 15:35:08 +01:00
|
|
|
|
2001-10-11 14:35:18 +02:00
|
|
|
LIB_DEPENDS= ao.2:${PORTSDIR}/audio/libao \
|
|
|
|
mad.0:${PORTSDIR}/audio/mad
|
2001-08-27 03:26:34 +02:00
|
|
|
|
2001-03-17 15:35:08 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2001-08-15 16:32:18 +02:00
|
|
|
CONFIGURE_ARGS= --disable-mpg123-symlink
|
2001-07-26 08:30:41 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2001-03-17 15:35:08 +01:00
|
|
|
MAN1= mpg321.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|