533f02971b
what was the point of this in the first place... Closes PR#27529.
22 lines
637 B
Makefile
22 lines
637 B
Makefile
# $NetBSD: Makefile,v 1.8 2004/10/28 06:36:51 cube Exp $
|
|
|
|
.include "../../mail/sendmail/Makefile.common"
|
|
|
|
PKGNAME= libmilter-${DIST_VERS}
|
|
COMMENT= Mail filter support library for sendmail
|
|
|
|
post-patch: make-sendmail-siteconfig
|
|
|
|
do-build:
|
|
@(cd ${WRKSRC}/libmilter; ${SETENV} ${MAKE_ENV} ./Build)
|
|
|
|
do-install:
|
|
@(cd ${WRKSRC}/libmilter; ${SETENV} ${MAKE_ENV} ./Build INCLUDEDIR=${PREFIX}/include LIBDIR=${PREFIX}/lib install)
|
|
|
|
PTHREAD_OPTS+= require
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|
|
|
|
# has to be below include for bsd.pkg.mk, else substition fails
|
|
OBJDIR!= ${ECHO} obj.`${UNAME} -srm | ${TR} \ .`
|