mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
23 lines
504 B
Makefile
23 lines
504 B
Makefile
# Created by: rasmus@kaj.se
|
|
# $FreeBSD$
|
|
|
|
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
|
|
COMMENT= A GTK+ multiple mailbox "biff" program
|
|
|
|
LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \
|
|
compface.1:${PORTSDIR}/mail/faces
|
|
|
|
PLIST_FILES= bin/gbuffy
|
|
USE_GNOME= gtk12
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|