- Add LICENSE
- Switch to USES=localbase - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
77e7b239a0
commit
02631647b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464777
2 changed files with 5 additions and 4 deletions
|
@ -10,12 +10,13 @@ MASTER_SITES= http://darkshed.net/files/c_cpp/fbcmd/
|
|||
MAINTAINER= novel@FreeBSD.org
|
||||
COMMENT= Commandline utility for controlling fluxbox
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
RUN_DEPENDS= fluxbox:x11-wm/fluxbox
|
||||
|
||||
USES= gmake tar:bzip2
|
||||
USES= gmake localbase:ldflags tar:bzip2
|
||||
ALL_TARGET= first
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
MAKE_ARGS= CXX="${CXX}" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" \
|
||||
CXXFLAGS="${CXXFLAGS}" LFLAGS="${LDFLAGS}"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
fbcmd provides some functions to the 'core' of fluxbox
|
||||
from the commandline.
|
||||
|
||||
WWW: http://darkshed.net/files/c_cpp/fbcmd/
|
||||
WWW: https://darkshed.net/files/c_cpp/fbcmd/
|
||||
|
|
Loading…
Reference in a new issue