2cb09e7fd0
- 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
24 lines
416 B
Makefile
24 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>
|