Files
ports/sysutils/geomman/files/patch-Makefile
T
Robert Clausecker 0de8da9ca8 sysutils/geomman: Interactive GEOM Manager
geomman is a text-based disk management tool for FreeBSD,
built on top of bsddialog(3).  It provides a simple TUI
for working with partitions, filesystems, and GEOM labels.

This is brauliorivas' GSoC 2025 project, to be eventually
included into base.

Sponsored by:	Google LLC (GSoC 2025)
2025-08-16 21:17:38 +02:00

14 lines
401 B
Plaintext

--- Makefile.orig 2025-08-12 04:59:59 UTC
+++ Makefile
@@ -1,10 +1,4 @@
-BINDIR= ${LIBEXECDIR}/bsdinstall
PROG= geomman
-LINKS= ${BINDIR}/partedit ${BINDIR}/autopart \
- ${BINDIR}/partedit ${BINDIR}/scriptedpart
-SYMLINKS= ../libexec/bsdinstall/partedit /usr/sbin/sade
-CFLAGS+= -I/usr/local/include
-LDFLAGS+= -L/usr/local/lib
LDADD+= -lgeom -lutil -lbsddialog
PARTEDIT_ARCH= ${MACHINE}