Move gdb into its own package

This commit is contained in:
Baptiste Daroussin 2015-06-16 22:25:08 +00:00
parent bc75683de2
commit 3248e7a673
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=284473
2 changed files with 15 additions and 0 deletions

View File

@ -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
View 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