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
|
2006-07-23 13:24:31 +02:00
|
|
|
PORTVERSION= 0.3.4
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 3
|
2006-05-08 16:06:14 +02:00
|
|
|
CATEGORIES= security
|
2007-04-21 11:11:10 +02:00
|
|
|
MASTER_SITES= CENKES BERLIOS
|
2006-05-08 16:06:14 +02:00
|
|
|
|
2006-05-08 23:41:11 +02:00
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
2006-05-08 16:06:14 +02:00
|
|
|
COMMENT= A Gnome program to deal with hashfiles
|
|
|
|
|
2007-04-21 11:11:10 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-05-08 16:06:14 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_GNOME= gtk20
|
|
|
|
USE_GETTEXT= yes
|
2006-07-23 13:24:31 +02:00
|
|
|
USE_GMAKE= yes
|
2006-05-08 16:06:14 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
post-patch:
|
2007-04-21 11:11:10 +02:00
|
|
|
@${REINPLACE_CMD} -e 's,#!.*python,#!${PYTHON_CMD},' ${WRKSRC}/src/parano.py
|
2006-05-08 16:06:14 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|