Files
sthen 83dd130881 update to fwa-0.2, from maintainer/upstream Peter Hajdu
while there,

- avoid redundant setting of DISTNAME, implied by GH_*, and move GH_* to
usual location

- respect CC/CFLAGS
2024-12-17 17:32:23 +00:00

20 lines
309 B
Makefile

COMMENT = simple file watcher utility for OpenBSD
GH_ACCOUNT = peterhajdu
GH_PROJECT = fwa
GH_TAGNAME = 0.2
CATEGORIES = sysutils
MAINTAINER = Peter Hajdu <peter@hajdu.im>
# BSD
PERMIT_PACKAGE = Yes
WANTLIB += c
FAKE_FLAGS = DESTDIR=""
MAKE_FLAGS = CFLAGS="${CFLAGS}" CC="${CC}"
.include <bsd.port.mk>