freebsd-ports/security/secpanel/Makefile
Rusmir Dusko 271f80e816 - Change master sites
- Change maintainer email to @FreeBSD.org
- Change Desktop entry file
- Support STAGEDIR

Approved by:	pawel / wg (mentors, implicit)
2013-11-07 22:35:19 +00:00

43 lines
1.1 KiB
Makefile

# Created by: Pete Fritchman <petef@databits.net>
# $FreeBSD$
PORTNAME= secpanel
PORTVERSION= 0.6.1
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= security tcl tk
MASTER_SITES= SF/${PORTNAME} \
SF/nemysisfreebsdp/security/:icons
DISTFILES= ${PORTNAME}-${PORTVERSION}.tgz \
${PORTNAME}.png:icons
DIST_SUBDIR= ${PORTNAME}
EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tgz
MAINTAINER= nemysis@FreeBSD.org
COMMENT= GUI for managing and running ssh and related utilities
LICENSE= GPLv2
RUN_DEPENDS= ssh-askpass:${PORTSDIR}/security/openssh-askpass
WRKSRC= ${WRKDIR}/usr/local
NO_BUILD= yes
USE_TK_WRAPPER= yes
DESKTOP_ENTRIES="SecPanel" "${COMMENT}" "${PORTNAME}" \
"${PORTNAME}" "" "false"
post-patch:
@${REINPLACE_CMD} \
-e 's|\[file dirname \[info script\]\]/../lib/secpanel|${DATADIR}|' \
${WRKSRC}/bin/secpanel
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
@(cd ${WRKSRC}/lib/secpanel && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
@${CHMOD} u+rw ${STAGEDIR}${DATADIR}/default.config
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps/
.include <bsd.port.mk>