mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
355304e2dd
Submitted by: Olivier Tharan <olive@oban.frmug.org> Approved by: MAINTAINER Upgrade to 0.2.4, and switch MAINTAINERship.
25 lines
521 B
Makefile
25 lines
521 B
Makefile
# New ports collection makefile for: gbuffy
|
|
# Date created: 2 October 1999
|
|
# Whom: rasmus@kaj.se
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gbuffy
|
|
PORTVERSION= 0.2.4
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.fiction.net/blong/programs/gbuffy/
|
|
|
|
MAINTAINER= olive@oban.frmug.org
|
|
COMMENT= A GTK+ multiple mailbox "biff" program
|
|
|
|
LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \
|
|
compface.1:${PORTSDIR}/mail/faces
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GTK= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|