1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/mail/xbuffy/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

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= 3
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>