2004-07-14 17:08:36 +02:00
|
|
|
# New ports collection makefile for: gnome-password-generator
|
|
|
|
# Date created: 2004-07-13
|
|
|
|
# Whom: Sergey Akifyev <asa@gascom.ru>
|
|
|
|
#
|
|
|
|
# $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
|
|
|
|
2009-11-27 23:52:30 +01:00
|
|
|
MAINTAINER= sylvio@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:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/*.png ${PREFIX}/share/pixmaps
|
|
|
|
@${MKDIR} ${PREFIX}/share/applications
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/*.desktop ${PREFIX}/share/applications
|
2004-07-14 17:08:36 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|