freebsd-ports/mail/glacier/Makefile
Ying-Chieh Liao 89397c9e12 Replace ${PERL} with ${REINPLACE_CMD}
PR:		39652
Submitted by:	Oliver Braun <obraun@informatik.unibw-muenchen.de>
2002-06-22 13:54:17 +00:00

26 lines
556 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_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>