Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= unrtf |
4 |
PORTNAME= unrtf |
5 |
PORTVERSION= 0.21.5 |
5 |
PORTVERSION= 0.21.9 |
6 |
CATEGORIES= textproc |
6 |
CATEGORIES= textproc |
7 |
MASTER_SITES= GNU |
7 |
MASTER_SITES= GNU |
8 |
|
8 |
|
Lines 13-18
Link Here
|
13 |
LICENSE_FILE= ${WRKSRC}/COPYING |
13 |
LICENSE_FILE= ${WRKSRC}/COPYING |
14 |
|
14 |
|
15 |
USES= cpe gmake iconv |
15 |
USES= cpe gmake iconv |
|
|
16 |
USE_AUTOTOOLS= automake |
16 |
GNU_CONFIGURE= yes |
17 |
GNU_CONFIGURE= yes |
17 |
CONFIGURE_ARGS= --libdir=${PREFIX}/share |
18 |
CONFIGURE_ARGS= --libdir=${PREFIX}/share |
18 |
CPE_VENDOR= unrtf_project |
19 |
CPE_VENDOR= unrtf_project |
Lines 37-42
Link Here
|
37 |
@${REINPLACE_CMD} -e '/^attr_get_param/,/^}/s/return;/return NULL;/' \ |
38 |
@${REINPLACE_CMD} -e '/^attr_get_param/,/^}/s/return;/return NULL;/' \ |
38 |
${WRKSRC}/src/attr.c |
39 |
${WRKSRC}/src/attr.c |
39 |
|
40 |
|
|
|
41 |
pre-configure: |
42 |
@cd ${WRKSRC} && ./bootstrap |
43 |
|
40 |
check regression-test test: build |
44 |
check regression-test test: build |
41 |
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} ${MAKE_ARGS} check) |
45 |
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} ${MAKE_ARGS} check) |
42 |
|
46 |
|