mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
82d3624e91
Reported by: Bill Fenner's distfile survey Approved by: krion (mentor, implicit)
36 lines
921 B
Makefile
36 lines
921 B
Makefile
# New ports collection makefile for: parano
|
|
# Date created: 3 May 2006
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= parano
|
|
PORTVERSION= 0.3.0
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_BERLIOS} \
|
|
http://bsd1.csme.ru/myports/ \
|
|
http://bsd2.csme.ru/myports/ \
|
|
http://bsd3.csme.ru/myports/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= A Gnome program to deal with hashfiles
|
|
|
|
BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
|
|
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_PYTHON= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gtk20
|
|
USE_GETTEXT= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's/$$</$$>/' ${WRKSRC}/src/Makefile.in
|
|
${REINPLACE_CMD} -e 's,#!.*python,#!${PYTHON_CMD},' ${WRKSRC}/src/parano.py
|
|
|
|
.include <bsd.port.mk>
|