mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
3376865bd5
A simple GNOME applet which provides a warning service when tasks terminate. PR: 17337 Submitted by: Scott A. Moberly <smoberly@xavier.dyndns.org>
26 lines
651 B
Makefile
26 lines
651 B
Makefile
# Ports collection Makefile for: bulb
|
|
# Date created: 03/09/2000
|
|
# Whom: smoberly@xavier.dyndns.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bulb
|
|
PORTVERSION= 1.0.6
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= http://www.idiap.ch/~gobry/bulb/
|
|
|
|
MAINTAINER= smoberly@xavier.dyndns.org
|
|
|
|
LIB_DEPENDS= panel_applet.2:${PORTSDIR}/x11/gnomecore \
|
|
intl.1:${PORTSDIR}/devel/gettext
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
USE_X_PREFIX= YES
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
|
CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome
|
|
|
|
.include <bsd.port.mk>
|