mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
27 lines
619 B
Makefile
27 lines
619 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= 3
|
|
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_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>
|