2006-05-08 16:06:14 +02:00
|
|
|
# New ports collection makefile for: parano
|
|
|
|
# Date created: 3 May 2006
|
2006-05-08 23:41:11 +02:00
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
2006-05-08 16:06:14 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= parano
|
2009-12-29 12:13:44 +01:00
|
|
|
PORTVERSION= 0.3.5
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 3
|
2006-05-08 16:06:14 +02:00
|
|
|
CATEGORIES= security
|
2009-12-29 12:13:44 +01:00
|
|
|
MASTER_SITES= BERLIOS
|
2006-05-08 16:06:14 +02:00
|
|
|
|
2008-09-07 02:19:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-05-08 16:06:14 +02:00
|
|
|
COMMENT= A Gnome program to deal with hashfiles
|
|
|
|
|
2009-12-29 12:13:44 +01:00
|
|
|
USE_GNOME= pygnome2
|
2006-05-08 16:06:14 +02:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_GETTEXT= yes
|
2006-07-23 13:24:31 +02:00
|
|
|
USE_GMAKE= yes
|
2009-12-29 12:13:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-05-08 16:06:14 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|