head	1.1;
access;
symbols
	pkgsrc-2026Q1:1.1.0.20
	pkgsrc-2026Q1-base:1.1
	pkgsrc-2025Q4:1.1.0.18
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.16
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.14
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.12
	pkgsrc-2025Q1-base:1.1
	pkgsrc-2024Q4:1.1.0.10
	pkgsrc-2024Q4-base:1.1
	pkgsrc-2024Q3:1.1.0.8
	pkgsrc-2024Q3-base:1.1
	pkgsrc-2024Q2:1.1.0.6
	pkgsrc-2024Q2-base:1.1
	pkgsrc-2024Q1:1.1.0.4
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.2
	pkgsrc-2023Q4-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2023.11.08.14.13.45;	author pin;	state Exp;
branches;
next	;
commitid	UaQs7Pe9fbPhuOLE;


desc
@@


1.1
log
@x11/herbe: import package

Packaged in wip by Kevin Bloom with minor modifications from gdt@@
and myself.

herbe is a daemon-less notification program that doesn't require
D-Bus. herbe can fire simple text desktop notifications
from anywhere for anything. It can be killed simply by sending the
SIGKILL signal or by waiting 5 seconds.
@
text
@$NetBSD$

Fix build on NetBSD.

--- Makefile.orig	2020-08-23 11:35:19.000000000 +0000
+++ Makefile
@@@@ -1,4 +1,5 @@@@
-CFLAGS = -Wall -Wextra -pedantic -lX11 -lXft -I/usr/include/freetype2 -pthread
+CFLAGS += -Wall -Wextra -pedantic -I${X11BASE}/include -L${X11BASE}/lib \
+	-lX11 -lXft -I${X11BASE}/include/freetype2 -pthread $(LDFLAGS)
 
 PREFIX ?= /usr/local
 CC ?= cc
@
