1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/mail/mahogany/Makefile
Jimmy Olgeni 1be0301128 Spaces->tabs in the mail category.
(I know, I look boring and pedant :o)
2001-02-05 15:11:27 +00:00

40 lines
821 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
CATEGORIES= mail python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mahogany
MAINTAINER= sk-ports@vegamuse.org
LIB_DEPENDS+= wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk
BUILD_DEPENDS+= swig:${PORTSDIR}/devel/SWIG
.if !defined(NOPORTDOCS)
BUILD_DEPENDS+= latex2html:${PORTSDIR}/textproc/latex2html
.endif
PYTHON_VERSION= python1.5
USE_AUTOCONF= yes
USE_GMAKE= yes
INSTALL_TARGET= install_bin install_locale
.if !defined(NOPORTDOCS)
INSTALL_TARGET+= install_doc
.endif
MAN1= mahogany.1
CONFIGURE_ARGS= --with-threads
post-install:
@strip ${PREFIX}/bin/mahogany
@cat pkg-message
.include <bsd.port.mk>