2002-06-03 02:00:07 +02:00
|
|
|
# New ports collection makefile for: mavbiff
|
|
|
|
# Date created: 25 December 2001
|
|
|
|
# Whom: Edwin Groothuis (edwin@mavetju.org)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mavbiff
|
2005-06-02 10:02:36 +02:00
|
|
|
PORTVERSION= 1.2
|
2005-10-23 02:30:53 +02:00
|
|
|
PORTREVISION= 1
|
2002-06-03 02:00:07 +02:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= http://www.mavetju.org/download/
|
|
|
|
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= Small screen with active mailboxes and bring-to-front-facility
|
2002-06-03 02:00:07 +02:00
|
|
|
|
2002-07-19 11:26:31 +02:00
|
|
|
USE_REINPLACE= yes
|
2002-08-22 05:43:18 +02:00
|
|
|
USE_GNOME= gtk12
|
2002-06-03 02:00:07 +02:00
|
|
|
|
|
|
|
MAN1= mavbiff.1
|
|
|
|
|
|
|
|
post-patch:
|
2002-07-19 11:26:31 +02:00
|
|
|
@${REINPLACE_CMD} -e "s|__GTK_CONFIG__|${GTK_CONFIG}|; \
|
2002-06-03 02:00:07 +02:00
|
|
|
s|__INSTALL_DATA__|${INSTALL_DATA}|; \
|
|
|
|
s|__INSTALL_PROG__|${INSTALL_PROGRAM}|" ${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|