mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-26 07:55:01 +00:00
Move gdb into its own package
This commit is contained in:
parent
bc75683de2
commit
3248e7a673
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=284473
@ -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
|
||||
|
13
release/packages/gdb.ucl
Normal file
13
release/packages/gdb.ucl
Normal file
@ -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 = <<EOD
|
||||
TODO
|
||||
EOD
|
Loading…
Reference in New Issue
Block a user