1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/misc/libsupertone/Makefile
Charlie Li d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00

32 lines
751 B
Makefile

# Created by: Max Khon <fjoe@FreeBSD.org>
PORTNAME= libsupertone
PORTVERSION= 0.0.2
PORTREVISION= 9
CATEGORIES= misc
MASTER_SITES= http://www.soft-switch.org/downloads/unicall/
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for supervisory tone generation and detection
LICENSE= LGPL21
LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \
libspandsp.so:comms/spandsp \
libtiff.so:graphics/tiff \
libxml2.so:textproc/libxml2
USES= tar:tgz libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
# Add missing dependency in attempt to fix parallel (-jX) builds
post-patch:
@${REINPLACE_CMD} -e '/DEPENDENCIES =/s,$$, $$(lib_LTLIBRARIES),' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>