2006-03-20 20:20:10 +01:00
|
|
|
# New ports collection makefile for: gorilla
|
|
|
|
# Date created: 2006-02-11
|
2006-03-26 16:27:11 +02:00
|
|
|
# Whom: Kay Lehmann <kay_lehmann@web.de>
|
2006-03-20 20:20:10 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gorilla
|
2006-08-23 13:41:37 +02:00
|
|
|
PORTVERSION= 1.4
|
2009-02-23 15:46:37 +01:00
|
|
|
PORTREVISION= 3
|
2006-03-20 20:20:10 +01:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://www.fpx.de/fp/Software/Gorilla/download/
|
|
|
|
|
2008-06-03 04:42:06 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-03-20 20:20:10 +01:00
|
|
|
COMMENT= Password Gorilla is cross-platform Password Manager
|
|
|
|
|
2006-05-21 04:23:05 +02:00
|
|
|
LIB_DEPENDS= itcl.3:${PORTSDIR}/lang/itcl
|
2006-03-20 20:20:10 +01:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/bwidget/init.tcl:${PORTSDIR}/x11-toolkits/bwidget
|
|
|
|
|
2007-04-03 00:56:15 +02:00
|
|
|
USE_TCL_RUN= yes
|
2006-03-20 20:20:10 +01:00
|
|
|
USE_TK= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${MKDIR} ${PREFIX}/lib/gorilla
|
2006-10-03 10:55:22 +02:00
|
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/*.tcl ${PREFIX}/lib/gorilla
|
|
|
|
${TAR} -C ${WRKSRC} -cf - blowfish pics pwsafe twofish sha1 | \
|
2006-03-20 20:20:10 +01:00
|
|
|
${TAR} -C ${PREFIX}/lib/gorilla --unlink -xf -
|
2006-10-03 10:55:22 +02:00
|
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
2006-03-20 20:20:10 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/gorilla
|
2006-10-03 10:55:22 +02:00
|
|
|
@${CHMOD} ugo+rx ${PREFIX}/lib/gorilla/blowfish/*.tcl
|
|
|
|
@${CHMOD} ugo+rx ${PREFIX}/lib/gorilla/pwsafe/*.tcl
|
|
|
|
@${CHMOD} ugo+rx ${PREFIX}/lib/gorilla/twofish/*.tcl
|
|
|
|
@${CHMOD} ugo+rx ${PREFIX}/lib/gorilla/sha1/*.tcl
|
2006-03-20 20:20:10 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|