|
Lines 12-18
Link Here
|
| 12 |
MASTER_SITE_SUBDIR= libgcrypt |
12 |
MASTER_SITE_SUBDIR= libgcrypt |
| 13 |
|
13 |
|
| 14 |
MAINTAINER= arved@FreeBSD.org |
14 |
MAINTAINER= arved@FreeBSD.org |
| 15 |
COMMENT= "General purpose crypto library based on code used in GnuPG" |
15 |
COMMENT= General purpose crypto library based on code used in GnuPG |
| 16 |
|
16 |
|
| 17 |
LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error |
17 |
LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error |
| 18 |
|
18 |
|
|
Lines 20-26
Link Here
|
| 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 |
INSTALLS_SHLIB= yes |
23 |
USE_LDCONFIG= yes |
| 24 |
|
24 |
|
| 25 |
INFO= gcrypt |
25 |
INFO= gcrypt |