mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
9002cc6d80
traditional xbiff. In addition, if you click on the hbiff icon, a window will popup showing the mail headers. This makes hbiff better than xlbiff where privacy is an issue since the headers are only displayed when you request.
28 lines
651 B
Makefile
28 lines
651 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: hbiff
|
|
# Version required: 1.2
|
|
# Date created: Mon Dec 23, 1998
|
|
# Whom: David O'Brien (obrien@NUXI.com)
|
|
#
|
|
# $Id: Makefile,v 1.2 1997/01/25 18:08:40 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= hbiff-1.2
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp.nuxi.com/pub/misc/ \
|
|
http://www.freebsd.org/~obrien/Distfiles/
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
|
|
|
USE_XLIB= yes
|
|
MAN1= hbiff.1
|
|
|
|
do-build:
|
|
cd ${WRKSRC} ; cc -I${X11BASE}/include hbiff.c -L${X11BASE}/lib -lX11
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/a.out ${PREFIX}/bin/hbiff
|
|
@cd ${WRKSRC} ; ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|