|
Lines 5-14
Link Here
|
| 5 |
# $FreeBSD: ports/palm/synce-hal/Makefile,v 1.4 2009/08/22 00:34:28 amdmi3 Exp $ |
5 |
# $FreeBSD: ports/palm/synce-hal/Makefile,v 1.4 2009/08/22 00:34:28 amdmi3 Exp $ |
| 6 |
|
6 |
|
| 7 |
PORTNAME= hal |
7 |
PORTNAME= hal |
| 8 |
PORTVERSION= 0.13.1 |
8 |
PORTVERSION= 0.14 |
| 9 |
PORTEPOCH= 1 |
9 |
PORTEPOCH= 1 |
| 10 |
CATEGORIES= palm |
10 |
CATEGORIES= palm |
| 11 |
MASTER_SITES= SF/synce/SynCE/0.13 |
11 |
MASTER_SITES= SF/synce/SynCE/${PORTVERSION} |
| 12 |
PKGNAMEPREFIX= synce- |
12 |
PKGNAMEPREFIX= synce- |
| 13 |
DISTNAME= synce-hal-${PORTVERSION} |
13 |
DISTNAME= synce-hal-${PORTVERSION} |
| 14 |
|
14 |
|
|
Lines 24-37
Link Here
|
| 24 |
USE_ICONV= yes |
24 |
USE_ICONV= yes |
| 25 |
USE_PYTHON_RUN= yes |
25 |
USE_PYTHON_RUN= yes |
| 26 |
GNU_CONFIGURE= yes |
26 |
GNU_CONFIGURE= yes |
| 27 |
CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE} --with-hal-addon-dir=${PREFIX}/libexec --disable-bluetooth-support |
27 |
CONFIGURE_ARGS+=--with-hal-addon-dir=${PREFIX}/libexec \ |
|
|
28 |
--disable-bluetooth-support |
| 28 |
|
29 |
|
| 29 |
PLIST_FILES= libexec/hal-dccm \ |
30 |
if ${OSVERSION} >= 800074 |
| 30 |
libexec/synce-serial-chat \ |
31 |
IGNORE= requires pppd |
| 31 |
libexec/hal-synce-rndis \ |
32 |
.endif |
| 32 |
libexec/hal-synce-serial \ |
|
|
| 33 |
share/synce-hal/dhclient.conf \ |
| 34 |
share/hal/fdi/policy/20thirdparty/10-synce.fdi |
| 35 |
|
33 |
|
| 36 |
PLIST_DIRS= share/synce-hal |
|
|
| 37 |
.include <bsd.port.mk> |
34 |
.include <bsd.port.mk> |