freebsd-ports/mail/gmime/Makefile
Will Andrews 2cb09e7fd0 Fix mistakes:
- Fixed installation prefix, it is GNOME dependent, should not be
  in LOCALBASE but X11BASE.
- Changed location of installed gmimeConf.sh for gnome-config script

PR:		26414
Submitted by:	maintainer
2001-04-07 23:28:20 +00:00

23 lines
416 B
Makefile

# New ports collection makefile for: gmime
# Date created: 7 Apr 2001
# Whom: Bas Kruit <baskruit@bsltwr.dnsalias.org>
#
# $FreeBSD$
#
PORTNAME= gmime
PORTVERSION= 0.5.0
CATEGORIES= mail
MASTER_SITES= http://www.xtorshun.org/gmime/sources/
MAINTAINER= baskruit@bsltwr.dnsalias.org
USE_X_PREFIX= YES
USE_GMAKE= YES
USE_GTK= YES
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
INSTALLS_SHLIB= YES
.include <bsd.port.mk>