freebsd-ports/mail/hbiff/Makefile

27 lines
617 B
Makefile
Raw Normal View History

# Created by: David O'Brien (obrien@NUXI.com)
1999-08-25 08:51:17 +02:00
# $FreeBSD$
2000-04-13 22:01:08 +02:00
PORTNAME= hbiff
PORTVERSION= 1.2
PORTREVISION= 2
CATEGORIES= mail
2000-03-11 06:16:45 +01:00
MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/misc/ \
2000-06-29 04:31:42 +02:00
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= obrien
2000-02-13 04:25:05 +01:00
MAINTAINER= obrien@FreeBSD.org
COMMENT= A replacement for xbiff that handles popup window with mail headers
USE_XORG= x11
MAN1= hbiff.1
NO_STAGE= yes
do-build:
cd ${WRKSRC} ; cc -I${LOCALBASE}/include hbiff.c -L${LOCALBASE}/lib -lX11
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/a.out ${PREFIX}/bin/hbiff
@cd ${WRKSRC} ; ${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
.include <bsd.port.mk>