blob: 1f3843d5784c3c72c1fdb5147f8d1dd274d5dbeb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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.linuxbox.com/
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>
|