5314fe34f6
fixes...
46 lines
1.5 KiB
Makefile
46 lines
1.5 KiB
Makefile
# $OpenBSD: Makefile,v 1.20 2000/01/13 21:59:23 espie Exp $
|
|
|
|
BROKEN="Update to 1.0 needed to solve security issues"
|
|
DISTNAME= mutt-0.95.7i
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp.guug.de/pub/mutt/historic/ \
|
|
ftp://riemann.iam.uni-bonn.de/pub/mutt/ \
|
|
ftp://ftp.gbnet.net/pub/mutt-international/ \
|
|
ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/ \
|
|
ftp://ftp.gwdg.de/pub/unix/mail/mutt/international/
|
|
|
|
MAINTAINER= turan@openbsd.org
|
|
|
|
LIB_DEPENDS= slang.13:${PORTSDIR}/devel/libslang \
|
|
intl.1:${PORTSDIR}/devel/gettext
|
|
|
|
GNU_CONFIGURE= yes
|
|
SYSCONFDIR= ${PREFIX}/share/mutt
|
|
CONFIGURE_ARGS= --prefix=/usr/local \
|
|
--with-slang=/usr/local \
|
|
--with-docdir=/usr/local/share/doc/mutt \
|
|
--with-sharedir=/usr/local/share/mutt
|
|
|
|
WRKSRC= ${WRKDIR}/mutt-0.95.7
|
|
|
|
pre-fetch:
|
|
.if !defined(NO_WARNINGS)
|
|
@${ECHO}
|
|
@${ECHO} '**********************************************************'
|
|
@${ECHO} '* This software contains cryptographic enabling code. *'
|
|
@${ECHO} '* It is illegal to export outside of the United States. *'
|
|
@${ECHO} '**********************************************************'
|
|
@${ECHO}
|
|
.endif
|
|
|
|
post-install:
|
|
strip ${PREFIX}/bin/mutt
|
|
@${ECHO}
|
|
@${ECHO} '************************************************************'
|
|
@${ECHO} '* A sample muttrc and mime.types is available at *'
|
|
@${ECHO} '* /usr/local/share/mutt/{Muttrc,mime.types} *'
|
|
@${ECHO} '************************************************************'
|
|
@${ECHO}
|
|
|
|
.include <bsd.port.mk>
|