View | Details | Raw Unified | Return to bug 88560
Collapse All | Expand All

(-)ftp/rexx-curl/Makefile (-2 / +15 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	curl
9
PORTNAME=	curl
10
PORTVERSION=	1.3
10
PORTVERSION=	1.4
11
CATEGORIES=	ftp
11
CATEGORIES=	ftp
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	rexx${PORTNAME}
13
MASTER_SITE_SUBDIR=	rexx${PORTNAME}
Lines 24-36 Link Here
24
USE_REINPLACE=	yes
24
USE_REINPLACE=	yes
25
USE_GMAKE=	yes
25
USE_GMAKE=	yes
26
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
27
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
27
CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
28
CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
28
CONFIGURE_ARGS=	--with-rexx=regina
29
CONFIGURE_ARGS=	--with-rexx=regina
29
INSTALLS_SHLIB=	yes
30
INSTALLS_SHLIB=	yes
30
31
32
DOCSDIR=	${PREFIX}/share/doc/rexx${PORTNAME}
31
DATADIR=	${PREFIX}/share/rexx${PORTNAME}
33
DATADIR=	${PREFIX}/share/rexx${PORTNAME}
32
34
33
post-patch:
35
post-patch:
34
	@${REINPLACE_CMD} -e 's| -lc | |g' ${WRKSRC}/Makefile.in
36
	@${REINPLACE_CMD} -e 's| -lc | |g ; \
37
		 /$$(sharedir)\/images/d ; \
38
		 /index.html/d ; \
39
		 /rxcurl64.png/d' ${WRKSRC}/Makefile.in
40
41
post-install:
42
.if !defined(NOPORTDOCS)
43
	@${MKDIR} ${DOCSDIR}
44
	${INSTALL_DATA} ${WRKSRC}/doc/index.html ${DOCSDIR}
45
	@${MKDIR} ${DOCSDIR}/images
46
	${INSTALL_DATA} ${WRKSRC}/doc/images/rxcurl64.png ${DOCSDIR}/images
47
.endif
35
48
36
.include <bsd.port.mk>
49
.include <bsd.port.mk>
(-)ftp/rexx-curl/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (RexxCURL-1.3.tar.gz) = 22ccc44086f4a779133a1d5f04185239
1
MD5 (RexxCURL-1.4.tar.gz) = ea23a225f7a7a2d8a9719275511a793a
2
SIZE (RexxCURL-1.3.tar.gz) = 223748
2
SIZE (RexxCURL-1.4.tar.gz) = 249692
(-)ftp/rexx-curl/pkg-plist (-3 / +4 lines)
Lines 2-15 Link Here
2
bin/rexxcurl-config
2
bin/rexxcurl-config
3
lib/librexxcurl.a
3
lib/librexxcurl.a
4
lib/librexxcurl.so
4
lib/librexxcurl.so
5
%%DATADIR%%/images/rxcurl64.png
5
%%PORTDOCS%%%%DOCSDIR%%/images/rxcurl64.png
6
%%PORTDOCS%%%%DOCSDIR%%/index.html
6
%%DATADIR%%/README.txt
7
%%DATADIR%%/README.txt
7
%%DATADIR%%/getright.rexx
8
%%DATADIR%%/getright.rexx
8
%%DATADIR%%/httppost.rexx
9
%%DATADIR%%/httppost.rexx
9
%%DATADIR%%/index.html
10
%%DATADIR%%/mirror.rexx
10
%%DATADIR%%/mirror.rexx
11
%%DATADIR%%/scp.rexx
11
%%DATADIR%%/scp.rexx
12
%%DATADIR%%/testcurl.rexx
12
%%DATADIR%%/testcurl.rexx
13
%%DATADIR%%/upload.rexx
13
%%DATADIR%%/upload.rexx
14
@dirrm %%DATADIR%%/images
15
@dirrm %%DATADIR%%
14
@dirrm %%DATADIR%%
15
%%PORTDOCS%%@dirrm %%DOCSDIR%%/images
16
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 88560