diff options
Diffstat (limited to 'security/gnome-password-generator/Makefile')
-rw-r--r-- | security/gnome-password-generator/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/security/gnome-password-generator/Makefile b/security/gnome-password-generator/Makefile deleted file mode 100644 index d2950c52b..000000000 --- a/security/gnome-password-generator/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# 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.4 -PORTREVISION= 6 -CATEGORIES= security gnome python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gnome-password - -MAINTAINER= ports@FreeBSD.org -COMMENT= GNOME 2 password generator - -USE_GNOME= pygnome2 -USE_PYTHON= yes -USE_GMAKE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|prefix=/usr|prefix=${PREFIX}|g' ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|g' ${WRKSRC}/${PORTNAME} - -.include <bsd.port.mk> |