2013-09-21 00:55:24 +02:00
|
|
|
# Created by: Sergey Akifyev <asa@gascom.ru>
|
2004-07-14 17:08:36 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gnome-password-generator
|
2008-03-30 00:15:58 +01:00
|
|
|
PORTVERSION= 1.6
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 5
|
2004-07-14 18:35:41 +02:00
|
|
|
CATEGORIES= security gnome python
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF/gnome-password/Gnome%20Password%20Generator/${PORTVERSION}
|
2004-07-14 17:08:36 +02:00
|
|
|
|
2014-06-11 20:55:29 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-07-14 17:08:36 +02:00
|
|
|
COMMENT= GNOME 2 password generator
|
|
|
|
|
|
|
|
USE_GNOME= pygnome2
|
|
|
|
USE_PYTHON= yes
|
|
|
|
|
2008-03-30 00:15:58 +01:00
|
|
|
do-build:
|
|
|
|
@cd ${WRKSRC} && ${SED} -e 's|/usr/bin/python|${PYTHON_CMD}|g ; \
|
|
|
|
s|/usr/share|${PREFIX}/share|g' ${PORTNAME}.py > ${PORTNAME}
|
|
|
|
|
|
|
|
do-install:
|
2014-05-01 03:42:38 +02:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/*.png ${STAGEDIR}${PREFIX}/share/pixmaps
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/*.desktop ${STAGEDIR}${PREFIX}/share/applications
|
2004-07-14 17:08:36 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|