diff --git a/gnu/usr.bin/gdb/Makefile.inc b/gnu/usr.bin/gdb/Makefile.inc index 40ea69b99efd..a27051c3ca26 100644 --- a/gnu/usr.bin/gdb/Makefile.inc +++ b/gnu/usr.bin/gdb/Makefile.inc @@ -3,6 +3,8 @@ VERSION= "6.1.1 [FreeBSD]" VENDOR= marcel +PACKAGE= gdb + BMAKE_GDB= ${.CURDIR}/.. BMAKE_ROOT= ${BMAKE_GDB}/.. BMAKE_BU= ${BMAKE_ROOT}/binutils diff --git a/release/packages/gdb.ucl b/release/packages/gdb.ucl new file mode 100644 index 000000000000..65a7e9e48f76 --- /dev/null +++ b/release/packages/gdb.ucl @@ -0,0 +1,13 @@ +name = "FreeBSD-gdb" +origin = "base" +version = "%VERSION%" +comment = "GNU gdb" +categories = [ base ] +maintainer = "re@FreeBSD.org" +www = "http://www.FreeBSD.org" +prefix = "/" +licenselogic = "single" +licenses = [ GPLv2 ] +desc = <