aboutsummaryrefslogtreecommitdiff
path: root/palm/coldsync/Makefile
diff options
context:
space:
mode:
authorStefan Walter <stefan@FreeBSD.org>2007-04-04 09:33:44 +0000
committerStefan Walter <stefan@FreeBSD.org>2007-04-04 09:33:44 +0000
commit77ab0bf67314b3aad2e63642fd831cfbebefa775 (patch)
tree11846d1fd8616ff7439ca9c142d07edcde1aaa7b /palm/coldsync/Makefile
parentb4b3649efd2cdb92faee96384db8c170e78f8e07 (diff)
downloadports-77ab0bf67314b3aad2e63642fd831cfbebefa775.tar.gz
ports-77ab0bf67314b3aad2e63642fd831cfbebefa775.zip
Notes
Diffstat (limited to 'palm/coldsync/Makefile')
-rw-r--r--palm/coldsync/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/palm/coldsync/Makefile b/palm/coldsync/Makefile
index 9b3a495e29fc..a3426c454bdc 100644
--- a/palm/coldsync/Makefile
+++ b/palm/coldsync/Makefile
@@ -14,7 +14,15 @@ MASTER_SITES= http://www.coldsync.org/download/
MAINTAINER= arensb+freebsd-ports@ooblick.com
COMMENT= Synchronize a PalmPilot with a Unix workstation
+.if defined(WITHOUT_NLS)
+CONFIGURE_ARGS+= --without-i18n
+PLIST_SUB+= NLS="@comment "
+.else
+CONFIGURE_ARGS+= --with-i18n
USE_GETTEXT= yes
+PLIST_SUB+= NLS=""
+.endif
+
REINPLACE_ARGS= -i "" -E
USE_LDCONFIG= yes
@@ -47,7 +55,7 @@ INFO= conduits
.include <bsd.port.pre.mk>
CFLAGS+= -D__BSD_VISIBLE=1
-CONFIGURE_ARGS+= --with-i18n --disable-pedantic --without-perl
+CONFIGURE_ARGS+= --disable-pedantic --without-perl
# I don't know how to test for a version of {Net,Open}BSD that supports USB.
.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 400000