Skip to content

Commit

Permalink
Create ee(1) package.
Browse files Browse the repository at this point in the history
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
Glen Barber authored and Glen Barber committed Feb 2, 2016
1 parent dd181ac commit 477a29c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
13 changes: 13 additions & 0 deletions release/packages/ee-debug.ucl
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "FreeBSD-%PKGNAME%"
origin = "base"
version = "%VERSION%"
comment = "ee(1) Utility (debugging symbols)"
categories = [ base ]
maintainer = "[email protected]"
www = "https://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
%DESC%
EOD
13 changes: 13 additions & 0 deletions release/packages/ee.ucl
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "FreeBSD-%PKGNAME%"
origin = "base"
version = "%VERSION%"
comment = "ee(1) Utility"
categories = [ base ]
maintainer = "[email protected]"
www = "https://www.FreeBSD.org"
prefix = "/"
licenselogic = "single"
licenses = [ BSD2CLAUSE ]
desc = <<EOD
%DESC%
EOD
1 change: 1 addition & 0 deletions usr.bin/ee/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 477a29c

Please sign in to comment.