1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/net/ayttm/Makefile
Jim Mock e6031bd0a7 Make an attempt at fixing the modules so they're actually usable.
PR:		40149
Submitted by:	Chris Shenton <cshenton@Palimpsest.it.hq.nasa.gov>
2002-07-03 22:20:44 +00:00

57 lines
1.3 KiB
Makefile

# New ports collection makefile for: everybuddy
# Date created: 1 Mar 2000
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= everybuddy
PORTVERSION= 0.4.2
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.everybuddy.com/files/
MAINTAINER= jim@FreeBSD.org
LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \
iconv.3:${PORTSDIR}/converters/libiconv
USE_X_PREFIX= yes
USE_GTK= yes
WANT_ESOUND= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_BISON= yes
USE_LIBTOOL= yes
LIBTOOLFLAGS= # none
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -laudiofile"
CONFIGURE_ARGS= --disable-arts
MAN1= everybuddy.1
.include <bsd.port.pre.mk>
.if defined(HAVE_ESOUND)
USE_ESOUND= yes
.else
CONFIGURE_ARGS+= --disable-esd
.endif
pre-patch:
@${REINPLACE_CMD} -e \
's|-lpthread|${PTHREAD_LIBS:S/"//g}|g; \
s|-lpthreads|${PTHREAD_LIBS:S/"//g}|g; \
s|-D_REENTRANT -Wall -g|-D_REENTRANT ${PTHREAD_CFLAGS}|g' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e \
's|share/everybuddy/modules|/lib/everybuddy/modules|g' \
${WRKSRC}/src/config.sh.in
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|^Utilitiesdir|#Utilitiesdir|g; \
s|^Utilities_DATA|#Utilities_DATA|g; \
s|[(]datadir[)]/everybuddy|(prefix)/lib/everybuddy|g; \
s|-module|-module -avoid-version|g'
.include <bsd.port.post.mk>