1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

MAINTAINER: cure games/baduki of its perl addiction

PR:		ports/47382
Submitted by:	Steve Coltrin <spcoltri@omcl.org>
This commit is contained in:
Edwin Groothuis 2003-01-28 12:49:58 +00:00
parent 3317f4a2f0
commit 43b73bae59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74132

View File

@ -16,14 +16,15 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure
s|\$$(top_builddir)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure
.include <bsd.port.mk>