freebsd-ports/mail/mahogany/Makefile
Will Andrews f3171de7e6 First round of auto* cleanups:
- USE_AUTO* -> USE_AUTO*_VER=* where required
 - USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
 - Other minor changes to fix things

These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.

Submitted by:	bento 4-exp USE_AUTO* cleanups
		http://people.FreeBSD.org/~will/4-exp/
		http://bento.FreeBSD.org/errorlogs/4-exp-latest/
2002-01-06 06:20:22 +00:00

41 lines
874 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
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_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 ${PREFIX}/bin/mahogany
@cat pkg-message
.include <bsd.port.mk>