blob: 2401fa4579db9ef29beabf5d2f9267b68e199485 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: xbuffy
# Date created: 18 June 1995
# Whom: dchapes@zeus.leitch.com
#
# $FreeBSD$
#
PORTNAME= xbuffy
PORTVERSION= 3.3.3
CATEGORIES= mail
MASTER_SITES= http://www.fiction.net/blong/programs/xbuffy/
DISTNAME= ${PORTNAME}-3.3.bl.3
MAINTAINER= ginga-freebsd@ginganet.org
COMMENT= A replacement for xbiff that handles multiple mail files
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= xbuffy.1
.include <bsd.port.mk>
|