diff options
Diffstat (limited to 'security/gnome-keyring-manager/Makefile')
-rw-r--r-- | security/gnome-keyring-manager/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/gnome-keyring-manager/Makefile b/security/gnome-keyring-manager/Makefile new file mode 100644 index 000000000..7e6c3a5b8 --- /dev/null +++ b/security/gnome-keyring-manager/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: gnomekeyringmanager +# Date created: 2004 12 July +# Whom: Adam Weinberger <adamw@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/security/gnome-keyring-manager/Makefile,v 1.24 2006/10/02 05:07:37 bland Exp $ +# + +PORTNAME= gnome-keyring-manager +PORTVERSION= 2.17.0 +CATEGORIES= security gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME keyring manager + +LIB_DEPENDS= gnome-keyring:${PORTSDIR}/security/gnome-keyring + +USE_XLIB= yes +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GETTEXT= yes +USE_GMAKE= yes +INSTALLS_OMF= yes +USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui gnomedocutils +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= gnome-keyring-manager.1 +GCONF_SCHEMAS= gnome-keyring-manager.schemas + +.include <bsd.port.mk> |