freebsd-ports/mail/glacier/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

29 lines
641 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
PORTREVISION= 1
CATEGORIES= mail gnome
MASTER_SITES= http://linuxberg.tele.net/files/gnome/network/
# http://glacier.linuxave.net/
MAINTAINER= ports@FreeBSD.org
COMMENT= Another GNOME mail user agent
PLIST_FILES= bin/glacier
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>