- Add LICENSE_FILE
- Pet portlint - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
03494499d9
commit
875c068973
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508145
2 changed files with 5 additions and 4 deletions
|
@ -10,15 +10,16 @@ MAINTAINER= bofh@FreeBSD.org
|
|||
COMMENT= Utility similar to indent for C++ code
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USES= tar:tgz
|
||||
GNU_CONFIGURE= yes
|
||||
MAKEFILE= makefile
|
||||
USES= tar:tgz
|
||||
|
||||
CFLAGS+= -DBCPP_CONFIG_DIR=\\\"${PREFIX}/etc/${PORTNAME}\\\"
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/code/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/code/${PORTNAME}.cfg \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
A utility similar to indent for C++ code
|
||||
|
||||
WWW: http://invisible-island.net/bcpp/bcpp.html
|
||||
WWW: https://invisible-island.net/bcpp/bcpp.html
|
||||
|
|
Loading…
Reference in a new issue