mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
- Add LICENSE
- Switch to options helpers Approved by: portmgr blanket
This commit is contained in:
parent
4681b2def1
commit
cb004e044e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395728
1 changed files with 4 additions and 5 deletions
|
@ -10,6 +10,9 @@ MASTER_SITES= GNOME
|
|||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Callback Framework for C++
|
||||
|
||||
LICENSE= LGPL21 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -22,11 +25,7 @@ PLIST_SUB= API_VERSION="2.0"
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ! ${PORT_OPTIONS:MDOCS}
|
||||
CONFIGURE_ARGS+=--enable-documentation=no
|
||||
.endif
|
||||
DOCS_CONFIGURE_OFF= --enable-documentation=no
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||; \
|
||||
|
|
Loading…
Add table
Reference in a new issue