freebsd-ports/mail/gbuffy/Makefile

26 lines
566 B
Makefile
Raw Normal View History

# New ports collection makefile for: gbuffy
# Date created: 2 October 1999
# Whom: rasmus@kaj.se
#
# $FreeBSD$
#
2000-04-13 22:01:08 +02:00
PORTNAME= gbuffy
PORTVERSION= 0.2.6
PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= http://www.fiction.net/blong/programs/gbuffy/gbuffy-${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:51:06 +01:00
COMMENT= A GTK+ multiple mailbox "biff" program
2000-10-05 08:42:57 +02:00
LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \
compface.1:${PORTSDIR}/mail/faces
PLIST_FILES= bin/gbuffy
USE_GNOME= gtk12
GNU_CONFIGURE= yes
2000-10-05 08:42:57 +02:00
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>