1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/mail/gbuffy/Makefile
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

27 lines
587 B
Makefile

# New ports collection makefile for: gbuffy
# Date created: 2 October 1999
# Whom: rasmus@kaj.se
#
# $FreeBSD$
#
PORTNAME= gbuffy
PORTVERSION= 0.2.6
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://www.fiction.net/blong/programs/gbuffy/gbuffy-${PORTVERSION}/
MAINTAINER= olive@oban.frmug.org
COMMENT= A GTK+ multiple mailbox "biff" program
LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \
compface.1:${PORTSDIR}/mail/faces
PLIST_FILES= bin/gbuffy
USE_X_PREFIX= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>