blob: 7b0493fba7436798d5baa87bd69499337866c07b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: gbuffy
# Date created: 2 October 1999
# Whom: rasmus@kaj.se
#
# $FreeBSD$
#
PORTNAME= gbuffy
PORTVERSION= 0.2.6
PORTREVISION= 3
CATEGORIES= mail
MASTER_SITES= http://www.fiction.net/blong/programs/gbuffy/gbuffy-${PORTVERSION}/
MAINTAINER= ports@FreeBSD.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>
|