aboutsummaryrefslogtreecommitdiff
path: root/security/parano/Makefile
blob: fea35ea7369f30e09793e410588b6177b30bd101 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$

PORTNAME=	parano
PORTVERSION=	0.3.5
PORTREVISION=	5
CATEGORIES=	security
MASTER_SITES=	BERLIOS

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Gnome program to deal with hashfiles

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

USE_GNOME=	pygnome2 intltool
USES=		desktop-file-utils gettext gmake python shared-mime-info
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--disable-update-mime-database

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

.include <bsd.port.mk>