freebsd-ports/mail/althea/Makefile

30 lines
629 B
Makefile
Raw Normal View History

# New ports collection makefile for: Althea
# Date created: Feb 26, 2001
# Whom: Mikhail Teterin <mi@aldan.algebra.com>
#
# $FreeBSD$
#
PORTNAME= althea
PORTVERSION= 0.5.7
PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Yet another GTK-based mail reader for X. Supports IMAP
2006-01-26 05:06:59 +01:00
USE_GETTEXT= yes
USE_OPENSSL= yes
MAKE_ENV= MKDIR="${MKDIR}"
MAKEFILE= ${FILESDIR}/Makefile.bsd
2003-04-05 08:14:08 +02:00
USE_GNOME= gtk12
post-patch:
.for file in Documentation/help.html load_config.h save_config.h
@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/${file}
.endfor
.include <bsd.port.mk>