mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
cec1f9fdbd
the things like PREFIX are correct. BTW, this software compiles/link with db4 as well as db3 now, but the port unconditionally uses db3.
36 lines
814 B
Makefile
36 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>
|