diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-20 05:51:47 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-20 05:51:47 +0000 |
commit | f2cc0bd78161d98709d4bda8dbf919bfb08ee0d3 (patch) | |
tree | ef3d58e7b9eab367f311b389e7cce671a45cda6c /security/gaim-encryption | |
parent | 2870e7d19558d74a42e809eb917ff7c90ab63e3f (diff) | |
download | ports-f2cc0bd78161d98709d4bda8dbf919bfb08ee0d3.tar.gz ports-f2cc0bd78161d98709d4bda8dbf919bfb08ee0d3.zip |
Notes
Diffstat (limited to 'security/gaim-encryption')
-rw-r--r-- | security/gaim-encryption/Makefile | 15 | ||||
-rw-r--r-- | security/gaim-encryption/distinfo | 4 | ||||
-rw-r--r-- | security/gaim-encryption/pkg-plist | 1 |
3 files changed, 15 insertions, 5 deletions
diff --git a/security/gaim-encryption/Makefile b/security/gaim-encryption/Makefile index 6e9838166491..1d80dd0bb13f 100644 --- a/security/gaim-encryption/Makefile +++ b/security/gaim-encryption/Makefile @@ -6,7 +6,7 @@ # PORTNAME= encryption -PORTVERSION= 2.27 +PORTVERSION= 2.28 CATEGORIES= security net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -22,8 +22,8 @@ LIB_DEPENDS= nss3:${PORTSDIR}/security/nss USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= lthack gtk20 -USE_INC_LIBTOOL_VER=13 +USE_GNOME= gtk20 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LDFLAGS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-nspr-includes=${LOCALBASE}/include/nspr \ @@ -31,6 +31,15 @@ CONFIGURE_ARGS= --with-nspr-includes=${LOCALBASE}/include/nspr \ --with-nss-includes=${LOCALBASE}/include/nss/nss \ --with-nss-libs=${LOCALBASE}/lib +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +CONFIGURE_ARGS+=--with-libintl-prefix=${LOCALBASE} +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.endif + pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "WARNING: make sure net/gaim is built with NSS support (it is, by default)" diff --git a/security/gaim-encryption/distinfo b/security/gaim-encryption/distinfo index 238a61a05398..5033a76b8011 100644 --- a/security/gaim-encryption/distinfo +++ b/security/gaim-encryption/distinfo @@ -1,2 +1,2 @@ -MD5 (gaim-encryption-2.27.tar.gz) = b5d24bbada652d9673f35c5f3c6b03c7 -SIZE (gaim-encryption-2.27.tar.gz) = 363114 +MD5 (gaim-encryption-2.28.tar.gz) = d6b28d0baf246841405eeb97fafb2417 +SIZE (gaim-encryption-2.28.tar.gz) = 474171 diff --git a/security/gaim-encryption/pkg-plist b/security/gaim-encryption/pkg-plist index f4d88256e6a0..098734860ea7 100644 --- a/security/gaim-encryption/pkg-plist +++ b/security/gaim-encryption/pkg-plist @@ -1 +1,2 @@ lib/gaim/encrypt.so +%%NLS%%share/locale/fr/LC_MESSAGES/gaim-encryption.mo |