freebsd-ports/mail/biabam/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

29 lines
594 B
Makefile

# New ports collection makefile for: biabam
# Date created: 03 January 2001
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= biabam
PORTVERSION= 0.9.7
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://mmj.dk/biabam/
MAINTAINER= ports@FreeBSD.org
COMMENT= A command-line attachment mailer
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
NO_BUILD= yes
PLIST_FILES= bin/biabam
post-patch:
@${REINPLACE_CMD} -e 's|\(#!\)\(/bin/bash\)|\1${LOCALBASE}\2|' \
${WRKSRC}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/biabam ${PREFIX}/bin
.include <bsd.port.mk>