pkgbase: Create a FreeBSD-ggate package

Move ggate* to it.

Differential Revision:	https://reviews.freebsd.org/D31790
This commit is contained in:
Emmanuel Vadot 2021-09-01 17:16:07 +02:00
parent 5fd1f4be8d
commit d22072a7d5
4 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,8 @@ ee_COMMENT= Easy Editor Utilities
ee_DESC= Easy Editor Utilities
gdb_COMMENT= GDB Utilities
gdb_DESC= GDB Utilities
ggate_COMMENT= GEOM Gate Utilities
ggate_DESC= GEOM Gate Utilities
groff_COMMENT= Groff Utilities
groff_DESC= Groff Utilities
hast_COMMENT= Highly Available Storage daemon

View File

@ -5,6 +5,7 @@
PROG= ggatec
MAN= ggatec.8
SRCS= ggatec.c ggate.c
PACKAGE= ggate
CFLAGS+= -DMAX_SEND_SIZE=32768
CFLAGS+= -DLIBGEOM

View File

@ -5,6 +5,7 @@
PROG= ggated
MAN= ggated.8
SRCS= ggated.c ggate.c
PACKAGE= ggate
LIBADD= pthread util

View File

@ -5,6 +5,7 @@
PROG= ggatel
MAN= ggatel.8
SRCS= ggatel.c ggate.c
PACKAGE= ggate
CFLAGS+= -DLIBGEOM
CFLAGS+= -I${.CURDIR:H}/shared