2000-02-06 23:34:00 +00:00
|
|
|
# New ports collection makefile for: glacier
|
|
|
|
# Date created: 30 Dec 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-13 20:01:08 +00:00
|
|
|
PORTNAME= glacier
|
|
|
|
PORTVERSION= 0.0.2
|
2000-02-06 23:34:00 +00:00
|
|
|
CATEGORIES= mail gnome
|
2000-03-24 00:44:33 +00:00
|
|
|
MASTER_SITES= http://glacier.linuxave.net/
|
2000-02-06 23:34:00 +00:00
|
|
|
|
2000-03-22 01:59:41 +00:00
|
|
|
MAINTAINER= will@FreeBSD.org
|
2000-02-06 23:34:00 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= gnomeui.3:${PORTSDIR}/x11/gnomelibs
|
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG}
|
|
|
|
CONFIGURE_ARGS+=--datadir=${PREFIX}/share
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|