freebsd-ports/mail/gmail/Makefile

31 lines
647 B
Makefile
Raw Normal View History

# New ports collection makefile for: gmime
# Date created: 14 Apr 2001
# Whom: Bas Kruit <baskruit@bsltwr.dnsalias.org>
#
# $FreeBSD$
#
PORTNAME= gmail
PORTVERSION= 0.7.0
CATEGORIES= mail
MASTER_SITES= http://bsltwr.dnsalias.org/ftp/pub/gmail/
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:51:06 +01:00
COMMENT= GNOME client that stores email retrieved with pop in a mysql database
LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client \
2002-05-18 08:57:55 +02:00
gmime.6:${PORTSDIR}/mail/gmime
USE_X_PREFIX= YES
USE_GMAKE= YES
USE_GNOME= YES
USE_LIBTOOL= YES
2002-12-02 01:45:49 +01:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500000
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>