Move gdb into its own package
This commit is contained in:
parent
bc75683de2
commit
3248e7a673
@ -3,6 +3,8 @@
|
|||||||
VERSION= "6.1.1 [FreeBSD]"
|
VERSION= "6.1.1 [FreeBSD]"
|
||||||
VENDOR= marcel
|
VENDOR= marcel
|
||||||
|
|
||||||
|
PACKAGE= gdb
|
||||||
|
|
||||||
BMAKE_GDB= ${.CURDIR}/..
|
BMAKE_GDB= ${.CURDIR}/..
|
||||||
BMAKE_ROOT= ${BMAKE_GDB}/..
|
BMAKE_ROOT= ${BMAKE_GDB}/..
|
||||||
BMAKE_BU= ${BMAKE_ROOT}/binutils
|
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