1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/mail/glacier/Makefile
Ying-Chieh Liao 6082ca2e05 find->${FIND},xargs->${XARGS}
PR:		40791
Submitted by:	Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2002-09-29 08:07:47 +00:00

27 lines
561 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>