Create ee(1) package.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
e0804a8146
commit
f7c36465eb
13
release/packages/ee-debug.ucl
Normal file
13
release/packages/ee-debug.ucl
Normal file
@ -0,0 +1,13 @@
|
||||
name = "FreeBSD-%PKGNAME%"
|
||||
origin = "base"
|
||||
version = "%VERSION%"
|
||||
comment = "ee(1) Utility (debugging symbols)"
|
||||
categories = [ base ]
|
||||
maintainer = "re@FreeBSD.org"
|
||||
www = "https://www.FreeBSD.org"
|
||||
prefix = "/"
|
||||
licenselogic = "single"
|
||||
licenses = [ BSD2CLAUSE ]
|
||||
desc = <<EOD
|
||||
%DESC%
|
||||
EOD
|
13
release/packages/ee.ucl
Normal file
13
release/packages/ee.ucl
Normal file
@ -0,0 +1,13 @@
|
||||
name = "FreeBSD-%PKGNAME%"
|
||||
origin = "base"
|
||||
version = "%VERSION%"
|
||||
comment = "ee(1) Utility"
|
||||
categories = [ base ]
|
||||
maintainer = "re@FreeBSD.org"
|
||||
www = "https://www.FreeBSD.org"
|
||||
prefix = "/"
|
||||
licenselogic = "single"
|
||||
licenses = [ BSD2CLAUSE ]
|
||||
desc = <<EOD
|
||||
%DESC%
|
||||
EOD
|
@ -5,6 +5,7 @@
|
||||
CFLAGS+= -DHAS_NCURSES -DHAS_UNISTD -DHAS_STDARG -DHAS_STDLIB \
|
||||
-DHAS_SYS_WAIT
|
||||
|
||||
PACKAGE=ee
|
||||
PROG= ee
|
||||
LINKS= ${BINDIR}/ee ${BINDIR}/ree ${BINDIR}/ee ${BINDIR}/edit
|
||||
MLINKS= ee.1 ree.1 ee.1 edit.1
|
||||
|
Loading…
Reference in New Issue
Block a user