Lines 23-28
Link Here
|
23 |
MAN3 = sranimator.3 srgetopt.3 srwin.3 |
23 |
MAN3 = sranimator.3 srgetopt.3 srwin.3 |
24 |
MAN5 = srmap.5 srtrace.5 |
24 |
MAN5 = srmap.5 srtrace.5 |
25 |
|
25 |
|
|
|
26 |
.include <bsd.port.pre.mk> |
27 |
|
28 |
.if ${OSVERSION} < 500000 |
29 |
BROKEN= "fails to package due to missing lib/sr/srwin.o" |
30 |
.endif |
31 |
.if ${OSVERSION} >= 500000 |
32 |
BROKEN= "fails to build; bad C++ code" |
33 |
.endif |
26 |
pre-install: |
34 |
pre-install: |
27 |
@${MKDIR} ${PREFIX}/lib/sr |
35 |
@${MKDIR} ${PREFIX}/lib/sr |
28 |
|
36 |
|
Lines 36-39
Link Here
|
36 |
${CP} -pR ${WRKSRC}/examples/* ${EXAMPLESDIR} |
44 |
${CP} -pR ${WRKSRC}/examples/* ${EXAMPLESDIR} |
37 |
.endif |
45 |
.endif |
38 |
|
46 |
|
39 |
.include<bsd.port.mk> |
47 |
.include <bsd.port.post.mk> |