mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Add LICENSE
- Support STAGEDIR
This commit is contained in:
parent
47a38d14b8
commit
c476e5b74b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334533
@ -13,6 +13,8 @@ DIST_SUBDIR= PECL
|
|||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= PECL wrapper around the gpgme library
|
COMMENT= PECL wrapper around the gpgme library
|
||||||
|
|
||||||
|
LICENSE= BSD
|
||||||
|
|
||||||
LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme
|
LIB_DEPENDS= libgpgme.so:${PORTSDIR}/security/gpgme
|
||||||
|
|
||||||
CFLAGS+= -I${LOCALBASE}/include
|
CFLAGS+= -I${LOCALBASE}/include
|
||||||
@ -21,7 +23,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
|||||||
USE_PHP= yes
|
USE_PHP= yes
|
||||||
USE_PHPEXT= yes
|
USE_PHPEXT= yes
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|$$GNUPG_DIR/lib|${LOCALBASE}/lib|; s| -ldl||g' ${WRKSRC}/config.m4
|
@${REINPLACE_CMD} -e 's|$$GNUPG_DIR/lib|${LOCALBASE}/lib|; s| -ldl||g' ${WRKSRC}/config.m4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user