freebsd-ports/mail/mahogany/Makefile
2003-05-06 21:10:45 +00:00

45 lines
1,011 B
Makefile

# New ports collection makefile for: mahogany
# Date created: 11 November 2000
# Whom: Stephen Kiernan <sk-ports@vegamuse.org>
#
# $FreeBSD$
#
PORTNAME= mahogany
PORTVERSION= 0.60
PORTREVISION= 1
CATEGORIES= mail python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mahogany
MAINTAINER= sk-ports@vegamuse.org
COMMENT= An X11 mail and news client with an embedded Python interpreter
BROKEN= "Does not compile"
LIB_DEPENDS+= wx_gtk-2.2.2:${PORTSDIR}/x11-toolkits/wxgtk
BUILD_DEPENDS+= swig:${PORTSDIR}/devel/swig11
.if !defined(NOPORTDOCS)
BUILD_DEPENDS+= latex2html:${PORTSDIR}/textproc/latex2html
.endif
USE_PYTHON= yes
PYTHON_VERSION= python1.5
USE_AUTOCONF_VER= 213
USE_GMAKE= yes
CONFIGURE_ENV+= OSTYPE=${OPSYS}
INSTALL_TARGET= install_bin install_locale
.if !defined(NOPORTDOCS)
INSTALL_TARGET+= install_doc
.endif
MAN1= mahogany.1
CONFIGURE_ARGS= --with-threads
post-install:
@${STRIP_CMD} ${PREFIX}/bin/mahogany
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>