From ad149bc78e2fef3a446c2bb01595db0c2ee8a6cf Mon Sep 17 00:00:00 2001 From: Mike Heffner Date: Sun, 8 Jul 2001 15:37:17 +0000 Subject: Revert last commit and fix for libtool. Also add optional esound support. Submitted by: Pete Fritchman (esound support) --- mail/xfmail/Makefile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'mail/xfmail/Makefile') diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile index aa2131ad3a1f..de4814642978 100644 --- a/mail/xfmail/Makefile +++ b/mail/xfmail/Makefile @@ -22,15 +22,26 @@ USE_AUTOMAKE= yes USE_BZIP2= yes USE_GLIB= yes USE_GMAKE= yes +USE_LIBTOOL= yes USE_X_PREFIX= yes USE_XPM= yes +# XXX: Disable patching for libtool until we can generate the files +LIBTOOLFILES= + .include CONFIGURE_ARGS= --with-dbm-lib=gdbm + +.if defined(WITH_ESOUND) +USE_ESOUND= yes +CONFIGURE_ARGS+= --with-esd-sound +.endif + MAN1= xfmail.1 pre-configure: - @cd ${WRKSRC} && ${SH} autogen.sh + @(cd ${WRKSRC} && ${SH} autogen.sh); \ + ${MAKE} LIBTOOLFILES=aclocal.m4 patch-libtool .include -- cgit v1.2.3