5679f3e4c0
bring-to-front-facility. PR: 33168 Submitted by: Edwin Groothuis (edwin@mavetju.org)
25 lines
517 B
Makefile
25 lines
517 B
Makefile
# 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
|
|
|
|
USE_GTK= yes
|
|
|
|
MAN1= mavbiff.1
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e "s|__GTK_CONFIG__|${GTK_CONFIG}|; \
|
|
s|__INSTALL_DATA__|${INSTALL_DATA}|; \
|
|
s|__INSTALL_PROG__|${INSTALL_PROGRAM}|" ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|