blob: c8d048400c670560a9220a000a1000348d564d72 (
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
25
26
|
# New ports collection makefile for: glacier
# Date created: 30 Dec 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= glacier
PORTVERSION= 0.0.2
CATEGORIES= mail gnome
MASTER_SITES= http://linuxberg.tele.net/files/gnome/network/
# http://glacier.linuxave.net/
MAINTAINER= ports@FreeBSD.org
USE_REINPLACE= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= yes
GNU_CONFIGURE= yes
pre-patch:
@find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -e \
's|\$$(datadir)/gnome/|\$$(datadir)/|g'
.include <bsd.port.mk>
|