Add support for lib32 packages

This commit is contained in:
Baptiste Daroussin 2015-03-18 11:05:49 +00:00
parent d3cd95cf88
commit 6c2fad0a6a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=280212
4 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,13 @@
name = "FreeBSD-lib32"
origin = "base"
version = "%VERSION%"
comment = "32bits libraries
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "http://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
TODO
EOD

View File

@ -0,0 +1,13 @@
name = "FreeBSD-ssh-lib32"
origin = "base"
version = "%VERSION%"
comment = "Secure SHell 32bits libraries"
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "http://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ ISCL ]
desc = <<EOD
TODO
EOD

View File

@ -0,0 +1,14 @@
name = "FreeBSD-unbound-lib32"
origin = "base"
version = "%VERSION%"
comment = "Validating, recursive, and caching DNS resolver, 32bits libraries"
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "http://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD4CLAUSE ]
desc = <<EOD
Unbound is a recursive-only caching DNS server which can perform DNSSEC
validation of results
EOD

View File

@ -50,6 +50,10 @@ CTFFLAGS+= -g
STRIP?= -s
.endif
.if ${SHLIBDIR:M*lib32*}
TAGS+= lib32
.endif
.if defined(NO_ROOT)
.if !defined(TAGS) || ! ${TAGS:Mpackage=*}
TAGS+= package=${PACKAGE:Uruntime}