1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/mail/mahogany/Makefile
Steve Price c4067383fa - Pass the OSTYPE/OPSYS to configure so it doesn't bomb.
- Fixup pkg-plist.
- Add mkdir flag to call to latex2html.

PR:		24783
Submitted by:	maintainer
2001-02-26 04:37:01 +00:00

42 lines
871 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= yes
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>