diff options
Diffstat (limited to 'security/gaim-encryption/Makefile')
-rw-r--r-- | security/gaim-encryption/Makefile | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/security/gaim-encryption/Makefile b/security/gaim-encryption/Makefile deleted file mode 100644 index 60ec2c932..000000000 --- a/security/gaim-encryption/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: gaim-encryption -# Date created: 2004-05-01 -# Whom: ports@c0decafe.net -# -# $FreeBSD$ -# - -PORTNAME= encryption -PORTVERSION= 2.39 -PORTREVISION= 1 -CATEGORIES= security net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} -PKGNAMEPREFIX= gaim- -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} - -MAINTAINER= ports@c0decafe.net -COMMENT= Provides transparent RSA encryption as a Gaim plugin - -BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim -RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim -LIB_DEPENDS= nss3:${PORTSDIR}/security/nss - -USE_XLIB= yes -USE_GMAKE= yes -USE_GNOME= gtk20 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CONFIGURE_ARGS= --with-nspr-includes=${LOCALBASE}/include/nspr \ - --with-nspr-libs=${LOCALBASE}/lib \ - --with-nss-includes=${LOCALBASE}/include/nss/nss \ - --with-nss-libs=${LOCALBASE}/lib/nss - -.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-im/gaim is built with NSS support (it is, by default)" - @${ECHO_MSG} "" - @${ECHO_MSG} "" - -post-extract: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure - -.include <bsd.port.mk> |