mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
17 lines
371 B
Makefile
17 lines
371 B
Makefile
# Created by: David O'Brien <obrien@cs.ucdavis.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xlbiff
|
|
PORTVERSION= 3.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp.x.org/R5contrib/
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
COMMENT= The X Literate Biff - displays the from and subject from incoming mails
|
|
|
|
USES= imake tar:Z
|
|
USE_XORG= ice sm x11 xaw xext xmu xpm xt
|
|
|
|
.include <bsd.port.mk>
|