freebsd-ports/mail/mavbiff/Makefile
Kevin Lo 49e1e3f9b3 Support GNOMENG.
PR: 41874
Submitted by: MAINTAINER
2002-08-22 03:43:18 +00:00

26 lines
570 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_REINPLACE= yes
USE_GNOMENG= 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>