Make svn an individual package

This commit is contained in:
Baptiste Daroussin 2015-03-05 10:22:59 +00:00
parent 72392b205d
commit ca202c471b
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,13 @@
name = "FreeBSD-svn"
origin = "base"
version = "%VERSION%"
comment = "Version control system"
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "http://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ APACHE20 ]
desc = <<EOD
Lite version of the Subversion version control system
EOD

View File

@ -8,6 +8,8 @@ SVNLITE?=
SVNLITE?= lite
.endif
PACKAGE= svn
.if !defined(SVNDIR)
SVNDIR= ${.CURDIR}/../../../contrib/subversion/subversion