ports/mail/pfqueue/Makefile
Muhammad Moinur Rahman 9b178ffd7e */*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.

Approved by:	portmgr (blanket)
2023-05-17 18:30:15 +02:00

28 lines
619 B
Makefile

PORTNAME= pfqueue
PORTVERSION= 0.5.6
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= SF
MAINTAINER= bofh@FreeBSD.org
COMMENT= Console-based tool for handling Postfix 1, Postfix 2, and Exim queues
WWW= http://pfqueue.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool ncurses
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
INSTALL_TARGET= install-strip
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=int-conversion
.endif
.include <bsd.port.post.mk>