mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
26 lines
566 B
Makefile
26 lines
566 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= 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"
|
|
|
|
.include <bsd.port.mk>
|