1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/mail/glacier/Makefile
Trevor Johnson fc29b90217 Fix fennerism.
http://glacier.linuxave.net/glacier-0.0.2.tar.gz: Unable to connect to
   glacier.linuxave.net:80: Operation timed out (Last OK result Fri Dec
   22 9:17:40 2000 )

PR:		24157
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2001-01-09 00:45:47 +00:00

26 lines
537 B
Makefile

# 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_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= yes
GNU_CONFIGURE= yes
pre-patch:
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g'
.include <bsd.port.mk>