mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
31 lines
787 B
Makefile
31 lines
787 B
Makefile
# New ports collection makefile for: gnome-password-generator
|
|
# Date created: 2004-07-13
|
|
# Whom: Sergey Akifyev <asa@gascom.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnome-password-generator
|
|
PORTVERSION= 1.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= security gnome python
|
|
MASTER_SITES= SF/gnome-password
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GNOME 2 password generator
|
|
|
|
USE_GNOME= pygnome2
|
|
USE_PYTHON= yes
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|