Create a dedicated package for dma

This commit is contained in:
Baptiste Daroussin 2015-10-10 23:16:40 +00:00
parent c69900f12f
commit 74737168af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=289120
2 changed files with 15 additions and 0 deletions

View File

@ -11,3 +11,4 @@ CFLAGS= -I${DMA_SOURCES} \
-DDMA_ROOT_USER='"mailnull"' \
-DDMA_GROUP='"mail"'
BINGRP= mail
PACKAGE= dma

14
release/packages/dma.ucl Normal file
View File

@ -0,0 +1,14 @@
name = "FreeBSD-dma"
origin = "base"
version = "%VERSION%"
comment = "DragonFly Mail Agent"
categories = [ base ]
maintainer = "re@FreeBSD.org"
www = "https://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
The DragonFly Mail Agent, a small Mail Transport Agent (MTA), designed for
home and office use.
EOD