blob: 930b5b6ebe51236d7cd7709d8e4dd3037618dc74 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: mavbiff
# Date created: 25 December 2001
# Whom: Edwin Groothuis (edwin@mavetju.org)
#
# $FreeBSD$
#
PORTNAME= mavbiff
PORTVERSION= 1.1
CATEGORIES= mail
MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= edwin@mavetju.org
COMMENT= Small screen with active mailboxes and bring-to-front-facility
USE_REINPLACE= yes
USE_GNOME= gtk12
MAN1= mavbiff.1
post-patch:
@${REINPLACE_CMD} -e "s|__GTK_CONFIG__|${GTK_CONFIG}|; \
s|__INSTALL_DATA__|${INSTALL_DATA}|; \
s|__INSTALL_PROG__|${INSTALL_PROGRAM}|" ${WRKSRC}/Makefile
.include <bsd.port.mk>
|