1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/mail/exim-devel/Makefile
Justin M. Seger e427e93123 Mark BROKEN for ELF:
gcc -o eximon.bin  -L/usr/X11R6/lib  dummies.o os.o  spool_in.o store.o string.o tree.o em_StripChart.o em_TextPop.o em_globals.o em_init.o  em_log.o em_main.o em_menu.o em_queue.o em_strip.o  em_text.o em_xs.o em_version.o -lXaw -lXmu -lXt -lXext -lX11 pcre/libpcre.a      -lc
/usr/libexec/elf/ld: warning: libSM.so.6, needed by /usr/X11R6/lib/libXaw.so, not found (try using --rpath)
/usr/libexec/elf/ld: warning: libICE.so.6, needed by /usr/X11R6/lib/libXaw.so, not found (try using --rpath)
/usr/X11R6/lib/libXt.so: undefined reference to `SmcSaveYourselfDone'
/usr/X11R6/lib/libXt.so: undefined reference to `IceConnectionNumber'
1998-10-12 18:48:52 +00:00

49 lines
1.2 KiB
Makefile

# New ports collection makefile for: exim
# Version required: 2.05
# Date created: 23 June 1996
# Whom: axl@iafrica.com
#
# $Id: Makefile,v 1.16 1998/10/10 04:12:51 steve Exp $
#
DISTNAME= exim-2.05
CATEGORIES= mail
MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/exim/
DISTFILES= exim-2.05.tar.gz exim-texinfo-2.00.tar.gz
MAINTAINER= axl@iafrica.com
USE_PERL5= YES
BROKEN_ELF= yes
do-configure:
${MKDIR} ${WRKSRC}/Local
if [ ! -d ${X11BASE} ] ; then \
${SED} -e "s#XX_PREFIX_XX#${PREFIX}#" \
< ${FILESDIR}/Makefile.no_eximon \
> ${WRKSRC}/Local/Makefile ; \
else \
${SED} -e "s#XX_PREFIX_XX#${PREFIX}#" \
< ${FILESDIR}/Makefile \
> ${WRKSRC}/Local/Makefile ; \
fi
${CP} ${FILESDIR}/eximon.conf ${WRKSRC}/Local
${CP} ${FILESDIR}/configure.default ${WRKSRC}/src
cd ${WRKSRC}/doc && \
for i in ../../exim-texinfo-2.00/doc/* ; do \
ln -sf $$i ; \
done
post-build:
if [ ! -d ${X11BASE} ] ; then \
${INSTALL_SCRIPT} ${FILESDIR}/eximon ${FILESDIR}/eximon.bin \
${WRKSRC}/build-FreeBSD-i386 ; \
fi
post-install:
@${SETENV} ${SCRIPTS_ENV} ${PERL5} ${PKGDIR}/INSTALL \
exim-2.02 POST-INSTALL
.include <bsd.port.mk>