mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
Create a dedicated package for dma
This commit is contained in:
parent
c69900f12f
commit
74737168af
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/release-pkg/; revision=289120
@ -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
14
release/packages/dma.ucl
Normal 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
|
Loading…
Reference in New Issue
Block a user