1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Support USE_READLINE.

- Trim header.

PR:		ports/171959
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
Marcelo Araujo 2012-12-13 04:30:19 +00:00
parent 7e2888a131
commit 76c5dc02e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308815

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: ecasound
# Date created: 22 dec 2000
# Whom: The Anarcat <anarcat@anarcat.dyndns.org>
#
# Created by: The Anarcat <anarcat@anarcat.dyndns.org>
# $FreeBSD$
#
PORTNAME= ecasound
PORTVERSION= 2.9.0
@ -26,6 +22,7 @@ AUDIOFILE_DESC= Enable libaudiofile support
LO_DESC= Enable liblo support
OIL_DESC= Enable liboil support
USE_READLINE= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
CONFIGURE_ARGS= --disable-liblilv \
@ -44,10 +41,6 @@ MAN5= ecasoundrc.5
.include <bsd.port.options.mk>
.if exists(${LOCALBASE}/lib/libreadline.so)
LIB_DEPENDS+= readline:${PORTSDIR}/devel/readline
.endif
.if ${PORT_OPTIONS:MALSA}
LIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib
.else