Lines 7-12
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= cadaver |
8 |
PORTNAME= cadaver |
9 |
PORTVERSION= 0.22.3 |
9 |
PORTVERSION= 0.22.3 |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= www |
11 |
CATEGORIES= www |
11 |
MASTER_SITES= http://www.webdav.org/cadaver/ \ |
12 |
MASTER_SITES= http://www.webdav.org/cadaver/ \ |
12 |
http://www.tcbug.org/ |
13 |
http://www.tcbug.org/ |
Lines 34-41
Link Here
|
34 |
# them to be sure, a stray .h is not included instead of what's |
35 |
# them to be sure, a stray .h is not included instead of what's |
35 |
# found under PREFIX (installed by the neon port): |
36 |
# found under PREFIX (installed by the neon port): |
36 |
EXTRACT_AFTER_ARGS= | ${TAR} -xf - \ |
37 |
EXTRACT_AFTER_ARGS= | ${TAR} -xf - \ |
37 |
--exclude '${PORTNAME}-${PORTVERSION}/expat/*.[ch]' \ |
38 |
--exclude '${PORTNAME}-${PORTVERSION}/lib/expat/*.[ch]' \ |
38 |
--exclude '${PORTNAME}-${PORTVERSION}/libneon/*.[ch]' |
39 |
--exclude '${PORTNAME}-${PORTVERSION}/lib/intl/*.[ch]' \ |
|
|
40 |
--exclude '${PORTNAME}-${PORTVERSION}/lib/neon/*.[ch]' |
39 |
|
41 |
|
40 |
CPPFLAGS= -I${LOCALBASE}/include |
42 |
CPPFLAGS= -I${LOCALBASE}/include |
41 |
LDFLAGS= -L${LOCALBASE}/lib |
43 |
LDFLAGS= -L${LOCALBASE}/lib |
Lines 45-48
Link Here
|
45 |
CONFIGURE_ARGS+= --with-ssl --with-force-ssl |
47 |
CONFIGURE_ARGS+= --with-ssl --with-force-ssl |
46 |
.endif |
48 |
.endif |
47 |
|
49 |
|
|
|
50 |
.if !defined(WITHOUT_NLS) |
51 |
USE_ICONV= yes |
52 |
USE_GETTEXT= yes |
53 |
CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \ |
54 |
--with-libintl-prefix=${LOCALBASE} |
55 |
LINGUAS= es it en@quot |
56 |
.for l in ${LINGUAS} |
57 |
PLIST_FILES+= share/locale/${l}/LC_MESSAGES/cadaver.mo |
58 |
.endfor |
59 |
.else |
60 |
CONFIGURE_ARGS+=--disable-nls \ |
61 |
--without-libiconv-prefix \ |
62 |
--without-libintl-prefix |
63 |
.endif |
64 |
|
48 |
.include <bsd.port.mk> |
65 |
.include <bsd.port.mk> |