340b57f8be
- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
25 lines
531 B
Makefile
25 lines
531 B
Makefile
# New ports collection makefile for: xbuffy
|
|
# Date created: 18 June 1995
|
|
# Whom: 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
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
MAN1= xbuffy.1
|
|
PLIST_FILES= bin/xbuffy lib/X11/app-defaults/XBuffy
|
|
|
|
.include <bsd.port.mk>
|