Lines 10-25
Link Here
|
10 |
MAINTAINER= rodrigo@bebik.net |
10 |
MAINTAINER= rodrigo@bebik.net |
11 |
COMMENT= Shared memory allocation library for pre-forked process models |
11 |
COMMENT= Shared memory allocation library for pre-forked process models |
12 |
|
12 |
|
|
|
13 |
LICENSE= BSD |
14 |
|
13 |
USE_LDCONFIG= yes |
15 |
USE_LDCONFIG= yes |
14 |
GNU_CONFIGURE= yes |
16 |
GNU_CONFIGURE= yes |
15 |
|
17 |
|
16 |
MAN1= mm-config.1 |
|
|
17 |
MAN3= mm.3 |
18 |
|
19 |
NO_STAGE= yes |
20 |
post-build: |
18 |
post-build: |
21 |
@${ECHO_MSG} "===> Use 'make test' to run a quick test suite." |
19 |
@${ECHO_MSG} "===> Use 'make test' to run a quick test suite." |
22 |
|
20 |
|
|
|
21 |
post-install: |
22 |
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmm.so |
23 |
|
23 |
test: |
24 |
test: |
24 |
@cd ${WRKSRC} && ${MAKE} test |
25 |
@cd ${WRKSRC} && ${MAKE} test |
25 |
|
26 |
|