blob: fa7aede567dc09d55b25992dec7c8d5b12438d03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: dchapes@zeus.leitch.com
# $FreeBSD$
PORTNAME= xbuffy
PORTVERSION= 3.3.3
PORTREVISION= 4
CATEGORIES= mail
MASTER_SITES= http://www.fiction.net/blong/programs/xbuffy/
DISTNAME= ${PORTNAME}-3.3.bl.3
MAINTAINER= ports@FreeBSD.org
COMMENT= A replacement for xbiff that handles multiple mail files
USE_XORG= xext xt xaw
USES= gmake
GNU_CONFIGURE= yes
PLIST_FILES= bin/xbuffy lib/X11/app-defaults/XBuffy man/man1/xbuffy.1.gz
post-build:
${STRIP_CMD} ${WRKSRC}/${PORTNAME}
.include <bsd.port.mk>
|