- Add LICENSE

- Switch to USES=localbase
- Update WWW

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-03-17 09:33:15 +00:00
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

View file

@ -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}"

View file

@ -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/