freebsd-ports/mail/glacier/Makefile
Jimmy Olgeni 1be0301128 Spaces->tabs in the mail category.
(I know, I look boring and pedant :o)
2001-02-05 15:11:27 +00:00

25 lines
536 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>