mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Add license
- Add missing USE_LDCONFIG - Switch for pkg-plist for easier maintenance - Optionize DOCS - Don't install license with documentation Approved by: portmgr blanket
This commit is contained in:
parent
a28039c1af
commit
b753dc567d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487238
2 changed files with 19 additions and 14 deletions
|
@ -3,29 +3,21 @@
|
|||
|
||||
PORTNAME= mcpp
|
||||
PORTVERSION= 2.7.2
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/V.${PORTVERSION}
|
||||
|
||||
MAINTAINER= kmatsui@t3.rim.or.jp
|
||||
COMMENT= Alternative C/C++ preprocessor
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-mcpplib
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PLIST_FILES= bin/mcpp \
|
||||
lib/libmcpp.so \
|
||||
lib/libmcpp.so.0 \
|
||||
lib/libmcpp.so.0.3.0 \
|
||||
lib/libmcpp.a \
|
||||
include/mcpp_lib.h \
|
||||
include/mcpp_out.h \
|
||||
man/man1/mcpp.1.gz \
|
||||
share/doc/mcpp/LICENSE \
|
||||
share/doc/mcpp/NEWS \
|
||||
share/doc/mcpp/README \
|
||||
share/doc/mcpp/mcpp-manual.html \
|
||||
share/doc/mcpp/mcpp-manual-jp.html
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
13
devel/mcpp/pkg-plist
Normal file
13
devel/mcpp/pkg-plist
Normal file
|
@ -0,0 +1,13 @@
|
|||
bin/mcpp
|
||||
include/mcpp_lib.h
|
||||
include/mcpp_out.h
|
||||
lib/libmcpp.a
|
||||
lib/libmcpp.so
|
||||
lib/libmcpp.so.0
|
||||
lib/libmcpp.so.0.3.0
|
||||
man/man1/mcpp.1.gz
|
||||
@comment %%DOCSDIR%%/LICENSE
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mcpp-manual-jp.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mcpp-manual.html
|
Loading…
Add table
Reference in a new issue