freebsd-ports/security/pidgin-encryption/Makefile
2004-05-09 05:32:07 +00:00

36 lines
958 B
Makefile

# New ports collection makefile for: gaim-encryption
# Date created: 2004-05-01
# Whom: ports@c0decafe.net
#
# $FreeBSD$
#
PORTNAME= encryption
PORTVERSION= 2.25
CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
PKGNAMEPREFIX= gaim-
DISTNAME= ${PKGNAME}
MAINTAINER= ports@c0decafe.net
COMMENT= Provides transparent RSA encryption as a Gaim plugin
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/gaim:configure
RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim
LIB_DEPENDS= nss3:${PORTSDIR}/security/nss
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= lthack gtk20
USE_LIBTOOL_VER=13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/nss/nss"
CONFIGURE_ARGS= --with-gaim=${WRKDIRPREFIX}${.CURDIR}/../../net/gaim/work/gaim*
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} "WARNING: make sure net/gaim is built with NSS support (it is, by default)"
@${ECHO_MSG} ""
@${ECHO_MSG} ""
.include <bsd.port.mk>