mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
19 lines
384 B
Makefile
19 lines
384 B
Makefile
# Created by: Stephen Roznowski <sjr1@flash.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmail
|
|
PORTVERSION= 1.6
|
|
PORTREVISION= 2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= applications
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= sjroz@verizon.net
|
|
COMMENT= X-based interface to the Berkeley mail program
|
|
|
|
USES= imake
|
|
USE_XORG= xbitmaps xaw
|
|
|
|
.include <bsd.port.mk>
|