- add idn FLAVOR for snapshot (internationalized domain name support)
- clean up snapshot/pkg/DESCR - bump PKGNAME for snapshot okay sturm@
This commit is contained in:
parent
86b5891e82
commit
84b626977b
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.16 2005/09/29 17:25:27 bernd Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.17 2005/10/05 09:48:10 bernd Exp $
|
||||
|
||||
CATEGORIES= mail
|
||||
|
||||
@ -76,6 +76,13 @@ LIB_DEPENDS+= gdbm.2::databases/gdbm
|
||||
CONFIGURE_ARGS+= --without-gdbm
|
||||
.endif
|
||||
|
||||
.if ${FLAVOR:L:Midn}
|
||||
CONFIGURE_ARGS+= --with-idn
|
||||
LIB_DEPENDS+= idn.16::devel/libidn
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-idn
|
||||
.endif
|
||||
|
||||
.if defined(HOMESPOOL)
|
||||
CONFIGURE_ARGS+= --with-homespool="${HOMESPOOL}"
|
||||
.endif
|
||||
|
@ -1,13 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2005/09/29 17:25:28 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2005/10/05 09:48:10 bernd Exp $
|
||||
|
||||
COMMENT= "tty-based e-mail client, development version"
|
||||
|
||||
VERSION= 1.5.11
|
||||
DISTNAME= mutt-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
MASTER_SITES= ${MASTER_SITES_MUTT:=devel/}
|
||||
|
||||
AUTOCONF_VERSION= 2.59
|
||||
|
||||
FLAVORS= hcache
|
||||
FLAVORS= hcache idn
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -15,11 +15,11 @@ Other features include:
|
||||
- small and efficient
|
||||
|
||||
Flavors:
|
||||
slang - build using the S-Lang library for screen handling.
|
||||
compressed - build with compressed folder support
|
||||
slang - build using the S-Lang library for screen handling
|
||||
compressed - build with compressed folder support
|
||||
(see: http://www.spinnaker.de/mutt/compressed/)
|
||||
mixmaster - build with anonymous remailing support.
|
||||
mixmaster - build with anonymous remailing support
|
||||
hcache - build with maildir header caching support
|
||||
(see: http://wwwcip.informatik.uni-erlangen.de/~sithglan/mutt/)
|
||||
idn - build with internationalized domain name support
|
||||
|
||||
This is the development version of mutt.
|
||||
|
Loading…
Reference in New Issue
Block a user