2000-11-17 15:43:34 -05:00
|
|
|
# New ports collection makefile for: mahogany
|
|
|
|
# Date created: 11 November 2000
|
|
|
|
# Whom: Stephen Kiernan <sk-ports@vegamuse.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mahogany
|
2001-02-05 10:11:27 -05:00
|
|
|
PORTVERSION= 0.60
|
2001-02-25 23:37:01 -05:00
|
|
|
PORTREVISION= 1
|
2000-11-17 15:43:34 -05:00
|
|
|
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
|
2002-01-06 01:20:22 -05:00
|
|
|
USE_AUTOCONF_VER= 213
|
2000-11-17 15:43:34 -05:00
|
|
|
USE_GMAKE= yes
|
2001-02-25 23:37:01 -05:00
|
|
|
CONFIGURE_ENV+= OSTYPE=${OPSYS}
|
2000-11-17 15:43:34 -05:00
|
|
|
|
|
|
|
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>
|