Files
ports/mail/xmail/Makefile
T
Alexey Dokuchaev 40c6181874 - Unbreak the build with -fno-common (for Clang 11 and GCC 10)
- Add missing components to USE_XORG list, define LICENSE (MIT)

Reported by:	pkg-fallout
2020-09-01 12:50:15 +00:00

25 lines
566 B
Makefile

# Created by: Stephen Roznowski <sjr1@flash.net>
# $FreeBSD$
PORTNAME= xmail
PORTVERSION= 1.6
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= XCONTRIB/applications
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= sjroz@verizon.net
COMMENT= X-based interface to the Berkeley mail program
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USES= imake xorg
USE_XORG= ice sm x11 xaw xbitmaps xext xmu xpm xt
post-patch:
# Fix the build with -fno-common (for Clang 11 and GCC 10)
@${REINPLACE_CMD} -e '/In_Bogus_Mail_File;/d' ${WRKSRC}/xmail.c
.include <bsd.port.mk>