1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/audio/mpg321/Makefile
Christian Weisgerber 684225f588 * Update to 0.2.10. Noteworthy changes in this release:
- many bug fixes
  - ID3 tag support

* New homepage URL.
2002-03-25 17:09:26 +00:00

27 lines
553 B
Makefile

# New ports collection makefile for: mpg321
# Date created: Mar 17, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mpg321
PORTVERSION= 0.2.10
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mpg321
MAINTAINER= naddy@FreeBSD.org
LIB_DEPENDS= ao.3:${PORTSDIR}/audio/libao \
mad.1:${PORTSDIR}/audio/mad
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-mpg123-symlink
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= mpg321.1
.include <bsd.port.mk>