Lines 5-18
Link Here
|
5 |
# $FreeBSD: ports/palm/synce-rra/Makefile,v 1.2 2004/03/14 06:17:13 ade Exp $ |
5 |
# $FreeBSD: ports/palm/synce-rra/Makefile,v 1.2 2004/03/14 06:17:13 ade Exp $ |
6 |
|
6 |
|
7 |
PORTNAME= synce-rra |
7 |
PORTNAME= synce-rra |
8 |
PORTVERSION= 0.8.9 |
8 |
PORTVERSION= 0.9.0 |
9 |
CATEGORIES= palm |
9 |
CATEGORIES= palm |
10 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
10 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
11 |
MASTER_SITE_SUBDIR= synce |
11 |
MASTER_SITE_SUBDIR= synce |
12 |
|
12 |
|
13 |
PATCH_SITES= http://sam.stral.net/freebsd/ |
|
|
14 |
PATCHFILES= librra-synce-kde-0.7-freebsd.diff |
15 |
|
16 |
MAINTAINER= boris@brooknet.com.au |
13 |
MAINTAINER= boris@brooknet.com.au |
17 |
COMMENT= Remote Replication Agent Connection protocol library |
14 |
COMMENT= Remote Replication Agent Connection protocol library |
18 |
|
15 |
|
Lines 31-38
Link Here
|
31 |
INSTALLS_SHLIB= yes |
28 |
INSTALLS_SHLIB= yes |
32 |
|
29 |
|
33 |
post-patch: |
30 |
post-patch: |
34 |
@${REINPLACE_CMD} -e 's|stdint.h|sys/types.h|' \ |
31 |
@${REINPLACE_CMD} -e 's|-Werror||g' \ |
35 |
${WRKSRC}/lib/generator.h ${WRKSRC}/lib/recurrence_internal.h \ |
32 |
${WRKSRC}/lib/Makefile.in |
36 |
${WRKSRC}/lib/rrac.h |
|
|
37 |
|
33 |
|
38 |
.include <bsd.port.mk> |
34 |
.include <bsd.port.mk> |