mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -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
|
MAINTAINER= gnome@FreeBSD.org
|
||||||
COMMENT= Callback Framework for C++
|
COMMENT= Callback Framework for C++
|
||||||
|
|
||||||
|
LICENSE= LGPL21 # or later
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
@ -22,11 +25,7 @@ PLIST_SUB= API_VERSION="2.0"
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
DOCS_CONFIGURE_OFF= --enable-documentation=no
|
||||||
|
|
||||||
.if ! ${PORT_OPTIONS:MDOCS}
|
|
||||||
CONFIGURE_ARGS+=--enable-documentation=no
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||; \
|
@${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||; \
|
||||||
|
|
Loading…
Add table
Reference in a new issue