pkgsrc/mail/libmilter/Makefile
cube 533f02971b Remove useless command that breaks on read-only pkgsrc trees. I wonder
what was the point of this in the first place...

Closes PR#27529.
2004-10-28 06:36:51 +00:00

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} \ .`