Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= gnutls |
8 |
PORTNAME= gnutls |
9 |
PORTVERSION= 0.8.6 |
9 |
PORTVERSION= 0.8.10 |
10 |
CATEGORIES= security net |
10 |
CATEGORIES= security net |
11 |
MASTER_SITES= ${MASTER_SITE_GNUPG} \ |
11 |
MASTER_SITES= ${MASTER_SITE_GNUPG} \ |
12 |
http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \ |
12 |
http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \ |
Lines 28-44
Link Here
|
28 |
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
28 |
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
29 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
29 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
30 |
|
30 |
|
31 |
DOCS= AUTHORS NEWS README THANKS |
31 |
DOCS= AUTHORS NEWS README THANKS doc/tex/*.ps |
|
|
32 |
EXAMPLES= doc/examples/*.c |
32 |
|
33 |
|
33 |
post-install: |
34 |
post-install: |
34 |
@${MKDIR} ${EXAMPLESDIR} |
35 |
@${MKDIR} ${EXAMPLESDIR} |
35 |
${INSTALL_DATA} ${WRKSRC}/doc/examples/*.c ${EXAMPLESDIR} |
36 |
cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR} |
36 |
.if !defined(NOPORTDOCS) |
37 |
.if !defined(NOPORTDOCS) |
37 |
@${MKDIR} ${DOCSDIR} |
38 |
@${MKDIR} ${DOCSDIR} |
38 |
.for file in ${DOCS} |
39 |
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} |
39 |
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} |
|
|
40 |
.endfor |
41 |
${INSTALL_DATA} ${WRKSRC}/doc/tex/*.ps ${DOCSDIR} |
42 |
.endif |
40 |
.endif |
43 |
|
41 |
|
44 |
.include <bsd.port.mk> |
42 |
.include <bsd.port.mk> |