1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

28 lines
638 B
Makefile

# New ports collection makefile for: mavbiff
# Date created: 25 December 2001
# Whom: Edwin Groothuis (edwin@mavetju.org)
#
# $FreeBSD$
#
PORTNAME= mavbiff
PORTVERSION= 1.2
PORTREVISION= 2
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>