Revert last commit and fix for libtool. Also add optional esound support.
Submitted by: Pete Fritchman <petef@databits.net> (esound support)
This commit is contained in:
parent
b29f62f0c9
commit
ad149bc78e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44926
@ -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 <bsd.port.pre.mk>
|
||||
|
||||
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 <bsd.port.post.mk>
|
||||
|
@ -1,21 +1,6 @@
|
||||
--- autogen.sh.orig Mon Feb 5 17:40:21 2001
|
||||
+++ autogen.sh Thu Jul 5 20:06:50 2001
|
||||
@@ -14,14 +14,6 @@
|
||||
DIE=1
|
||||
}
|
||||
|
||||
-(libtool --version) < /dev/null > /dev/null 2>&1 || {
|
||||
- echo
|
||||
- echo "You must have libtool installed to compile xfmail."
|
||||
- echo "Get ftp://alpha.gnu.org/gnu/libtool-1.0h.tar.gz"
|
||||
- echo "(or a newer version if it is available)"
|
||||
- DIE=1
|
||||
-}
|
||||
-
|
||||
(automake --version) < /dev/null > /dev/null 2>&1 || {
|
||||
echo
|
||||
echo "You must have automake installed to compile xfmail."
|
||||
@@ -42,15 +34,4 @@
|
||||
+++ autogen.sh Sat Jul 7 20:21:07 2001
|
||||
@@ -42,15 +42,4 @@
|
||||
automake --gnu --add-missing
|
||||
cd "$THEDIR"
|
||||
|
||||
|
@ -1,10 +1,8 @@
|
||||
bin/xfmail
|
||||
lib/libeditor.a
|
||||
lib/libeditor.la
|
||||
lib/libeditor.so
|
||||
lib/libeditor.so.0
|
||||
lib/libmail.a
|
||||
lib/libmail.la
|
||||
lib/libmail.so
|
||||
lib/libmail.so.0
|
||||
share/xfmail/abook.xpm
|
||||
|
Loading…
Reference in New Issue
Block a user