mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
20 lines
416 B
Makefile
20 lines
416 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/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
COMMENT= The X Literate Biff - displays the from and subject from incoming mails
|
|
|
|
USES= imake
|
|
USE_XORG= ice sm x11 xaw xext xmu xpm xt
|
|
MAN1= xlbiff.1
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|