mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
24 lines
554 B
Makefile
24 lines
554 B
Makefile
# Created by: Stephen Roznowski <sjr1@flash.net>
|
|
|
|
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>
|