|
Lines 5-12
Link Here
|
| 5 |
# $FreeBSD: ports/security/libgcrypt/Makefile,v 1.36 2007/09/24 00:35:45 edwin Exp $ |
5 |
# $FreeBSD: ports/security/libgcrypt/Makefile,v 1.36 2007/09/24 00:35:45 edwin Exp $ |
| 6 |
|
6 |
|
| 7 |
PORTNAME= libgcrypt |
7 |
PORTNAME= libgcrypt |
| 8 |
PORTVERSION= 1.2.4 |
8 |
PORTVERSION= 1.4.0 |
| 9 |
PORTREVISION= 1 |
|
|
| 10 |
CATEGORIES= security |
9 |
CATEGORIES= security |
| 11 |
MASTER_SITES= ${MASTER_SITE_GNUPG} |
10 |
MASTER_SITES= ${MASTER_SITE_GNUPG} |
| 12 |
MASTER_SITE_SUBDIR= libgcrypt |
11 |
MASTER_SITE_SUBDIR= libgcrypt |
|
Lines 16-27
COMMENT= General purpose crypto library
Link Here
|
| 16 |
|
15 |
|
| 17 |
LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error |
16 |
LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error |
| 18 |
|
17 |
|
|
|
18 |
USE_BZIP2= yes |
| 19 |
USE_AUTOTOOLS= libtool:15 |
19 |
USE_AUTOTOOLS= libtool:15 |
| 20 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE= yes |
| 21 |
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" |
21 |
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" |
| 22 |
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |
22 |
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |
| 23 |
USE_LDCONFIG= yes |
23 |
USE_LDCONFIG= yes |
| 24 |
|
24 |
|
|
|
25 |
DOCS= AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS README README.SVN \ |
| 26 |
THANKS TODO doc/HACKING doc/README.apichanges |
| 25 |
INFO= gcrypt |
27 |
INFO= gcrypt |
| 26 |
|
28 |
|
| 27 |
.include <bsd.port.pre.mk> |
29 |
.include <bsd.port.pre.mk> |
|
Lines 37-40
post-patch:
Link Here
|
| 37 |
pre-configure: |
39 |
pre-configure: |
| 38 |
@${RM} -f ${WRKSRC}/doc/gcrypt.info* |
40 |
@${RM} -f ${WRKSRC}/doc/gcrypt.info* |
| 39 |
|
41 |
|
|
|
42 |
.if !defined(NOPORTDOCS) |
| 43 |
post-install: |
| 44 |
@${MKDIR} ${DOCSDIR} |
| 45 |
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} |
| 46 |
.endif |
| 47 |
|
| 40 |
.include <bsd.port.post.mk> |
48 |
.include <bsd.port.post.mk> |