Lines 6-11
Link Here
|
6 |
|
6 |
|
7 |
PORTNAME= ipv6socket_scrub |
7 |
PORTNAME= ipv6socket_scrub |
8 |
PORTVERSION= 1.0 |
8 |
PORTVERSION= 1.0 |
|
|
9 |
PORTREVISION= 1 |
9 |
CATEGORIES= net devel ipv6 |
10 |
CATEGORIES= net devel ipv6 |
10 |
MASTER_SITES= #http://www.sun.com/download/index.jsp?cat=Operating%20Systems&tab=3 |
11 |
MASTER_SITES= #http://www.sun.com/download/index.jsp?cat=Operating%20Systems&tab=3 |
11 |
DISTNAME= IPv6socket_scrub |
12 |
DISTNAME= IPv6socket_scrub |
Lines 15-40
Link Here
|
15 |
COMMENT= Checks IPv6 portability of C source code |
16 |
COMMENT= Checks IPv6 portability of C source code |
16 |
|
17 |
|
17 |
MAN1= ipv6socket_scrub.1 |
18 |
MAN1= ipv6socket_scrub.1 |
18 |
PLIST_FILES= bin/ipv6socket_scrub |
|
|
19 |
|
19 |
|
20 |
WRKSRC= ${WRKDIR}/${DISTNAME}/src |
20 |
WRKSRC= ${WRKDIR}/${DISTNAME}/src |
21 |
RESTRICTED= "not redistributable, license agreement required" |
21 |
RESTRICTED= not redistributable, license agreement required |
22 |
|
22 |
|
23 |
.if !defined(PACKAGE_BUILDING) |
23 |
PORT_DOCS= Copyright README |
24 |
do-fetch: |
24 |
|
25 |
@if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \ |
25 |
.include <bsd.port.pre.mk> |
26 |
${ECHO} '======================================================='; \ |
26 |
|
27 |
${ECHO} 'You need to sign the agreement on http://www.sun.com/download/index.jsp?cat=Operating%20Systems&tab=3'; \ |
27 |
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) |
28 |
${ECHO} 'and fetch on your own.'; \ |
28 |
IGNORE= you need to sign the agreement on http://www.sun.com/download/index.jsp?cat=Operating%20Systems&tab=3 and download it and place to ${DISTDIR} and then restart this build |
29 |
${ECHO} 'Once ${DISTFILES} has been downloaded, move it to '; \ |
|
|
30 |
${ECHO} '${DISTDIR} and then restart this build '; \ |
31 |
${ECHO} '======================================================='; \ |
32 |
fi |
33 |
.endif |
29 |
.endif |
34 |
|
30 |
|
35 |
do-install: |
31 |
do-install: |
36 |
${INSTALL_PROGRAM} ${WRKSRC}/ipv6socket_scrub ${PREFIX}/bin |
32 |
${INSTALL_PROGRAM} ${WRKSRC}/ipv6socket_scrub ${PREFIX}/bin |
37 |
${INSTALL_MAN} ${WRKSRC}/../Docs/man/man1/ipv6socket_scrub.1 \ |
33 |
${INSTALL_MAN} ${WRKSRC}/../Docs/man/man1/ipv6socket_scrub.1 \ |
38 |
${PREFIX}/man/man1 |
34 |
${PREFIX}/man/man1 |
|
|
35 |
.if !defined (NOPORTDOCS) |
36 |
@${MKDIR} ${DOCSDIR} |
37 |
.for doc in ${PORTDOCS} |
38 |
${INSTALL_MAN} ${WRKSRC}/${doc} ${DOCSDIR} |
39 |
.endfor |
40 |
.endif |
39 |
|
41 |
|
40 |
.include <bsd.port.mk> |
42 |
.include <bsd.port.post.mk> |