2004-04-05 04:54:41 +02:00
|
|
|
# New ports collection makefile for: gnomekeyring
|
|
|
|
# Date Created: 08 December 2003
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2006-03-15 06:43:39 +01:00
|
|
|
# $MCom: ports-stable/security/gnomekeyring/Makefile,v 1.2 2006/03/13 23:28:20 mezz Exp $
|
2004-04-05 04:54:41 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomekeyring
|
2006-03-15 06:43:39 +01:00
|
|
|
PORTVERSION= 0.4.9
|
2004-04-05 04:54:41 +02:00
|
|
|
CATEGORIES= security gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2004-11-07 23:24:32 +01:00
|
|
|
MASTER_SITE_SUBDIR= sources/gnome-keyring/0.4
|
2004-04-05 04:54:41 +02:00
|
|
|
DISTNAME= gnome-keyring-${PORTVERSION}
|
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= A program that keeps passwords and other secrets
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_BZIP2= yes
|
2004-11-07 23:24:32 +01:00
|
|
|
USE_GNOME= gnomehack gtk20
|
2004-04-05 04:54:41 +02:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-04-05 04:54:41 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2004-06-29 08:09:10 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2004-04-05 04:54:41 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|