Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/devel/dyncall/Makefile 345021 2014-02-19 08:37:53Z ehaupt $ |
2 |
# $FreeBSD: head/devel/dyncall/Makefile 345021 2014-02-19 08:37:53Z ehaupt $ |
3 |
|
3 |
|
4 |
PORTNAME= dyncall |
4 |
PORTNAME= dyncall |
5 |
PORTVERSION= 0.7 |
5 |
PORTVERSION= 0.8 |
6 |
CATEGORIES= devel |
6 |
CATEGORIES= devel |
7 |
MASTER_SITES= http://www.dyncall.org/r${PORTVERSION}/ \ |
7 |
MASTER_SITES= http://www.dyncall.org/r${PORTVERSION}/ \ |
8 |
http://www.potion-studios.com/ |
8 |
http://www.potion-studios.com/ |
Lines 12-18
Link Here
|
12 |
|
12 |
|
13 |
HAS_CONFIGURE= yes |
13 |
HAS_CONFIGURE= yes |
14 |
|
14 |
|
15 |
MAKEFILE= BSDmakefile |
|
|
16 |
|
15 |
|
17 |
# There is no install target in the BSD makefile for this version of the dyncall |
16 |
# There is no install target in the BSD makefile for this version of the dyncall |
18 |
# library, so install it manually. |
17 |
# library, so install it manually. |
Lines 64-69
Link Here
|
64 |
${WRKSRC}/dynload/libdynload_s.a \ |
63 |
${WRKSRC}/dynload/libdynload_s.a \ |
65 |
${STAGEDIR}${PREFIX}/lib |
64 |
${STAGEDIR}${PREFIX}/lib |
66 |
|
65 |
|
67 |
${INSTALL_MAN} ${WRKSRC}/dyncall/dyncall.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 |
66 |
${INSTALL_MAN} \ |
|
|
67 |
${WRKSRC}/dyncall/dyncall.3 \ |
68 |
${WRKSRC}/dyncallback/dyncallback.3 \ |
69 |
${WRKSRC}/dynload/dynload.3 \ |
70 |
${STAGEDIR}${MAN3PREFIX}/man/man3 |
68 |
|
71 |
|
69 |
.include <bsd.port.post.mk> |
72 |
.include <bsd.port.post.mk> |