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

(-)/usr/home/samm/libsyncml/Makefile (-3 / +4 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	libsyncml
8
PORTNAME=	libsyncml
9
PORTVERSION=	0.4.5
9
PORTVERSION=	0.4.5
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	comms
11
CATEGORIES=	comms
12
MASTER_SITES=	http://libsyncml.opensync.org/download/releases/${PORTVERSION}/ \
12
MASTER_SITES=	http://libsyncml.opensync.org/download/releases/${PORTVERSION}/ \
13
		http://mirror.roe.ch/dist/${PORTNAME}/
13
		http://mirror.roe.ch/dist/${PORTNAME}/
Lines 19-26 Link Here
19
		openobex:${PORTSDIR}/comms/openobex \
19
		openobex:${PORTSDIR}/comms/openobex \
20
		soup-2.2.8:${PORTSDIR}/devel/libsoup22
20
		soup-2.2.8:${PORTSDIR}/devel/libsoup22
21
21
22
BROKEN=		does not compile
23
24
USE_AUTOTOOLS=	autoheader:262 automake:110 libtool:15
22
USE_AUTOTOOLS=	autoheader:262 automake:110 libtool:15
25
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
26
USE_BZIP2=	yes
24
USE_BZIP2=	yes
Lines 35-38 Link Here
35
		-e 's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \
33
		-e 's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \
36
		${WRKSRC}/Makefile.am
34
		${WRKSRC}/Makefile.am
37
35
36
pre-configure:
37
	@cd ${WRKSRC}; ${ACLOCAL}
38
38
.include <bsd.port.mk>
39
.include <bsd.port.mk>

Return to bug 127362