1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/mail/glacier/Makefile
Michael Haro 2bc327f7cb update WWW and MASTER_SITES
PR:		17527
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-03-24 00:44:33 +00:00

25 lines
537 B
Makefile

# New ports collection makefile for: glacier
# Version required: 0.0.2
# Date created: 30 Dec 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
DISTNAME= glacier-0.0.2
CATEGORIES= mail gnome
MASTER_SITES= http://glacier.linuxave.net/
MAINTAINER= will@FreeBSD.org
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>