freebsd-ports/mail/spamprobe/Makefile
Mikhail Teterin cec1f9fdbd Pass MAKE_ENV to post-build and post-install MAKE invocations to ensure
the things like PREFIX are correct. BTW, this software compiles/link
with db4 as well as db3 now, but the port unconditionally uses db3.
2002-10-09 00:17:30 +00:00

35 lines
814 B
Makefile

# New ports collection makefile for: spamprobe
# Whom: Matthew N. Dodd <mdodd@FreeBSD.org>
# Date created: 05 September 2002
#
# $FreeBSD$
#
PORTNAME= spamprobe
PORTVERSION= 0.7c
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=${PORTNAME}
LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
MAINTAINER= mdodd@freebsd.org
MAKEFILE= ${FILESDIR}/Makefile
MAKE_ENV+= FILESDIR="${FILESDIR}"
.include <bsd.port.pre.mk>
post-build:
@cd ${WRKSRC} && ${MAKE_ENV} ${MAKE} -f \
${FILESDIR}/Makefile.export0_6 clean all
post-extract:
@${RM} -rf ${WRKSRC}/thirdparty
post-install:
@cd ${WRKSRC} && ${MAKE_ENV} ${MAKE} -f \
${FILESDIR}/Makefile.export0_6 install
@${CAT} ${FILESDIR}/post-install-notes
.include <bsd.port.post.mk>