fa3a17c064
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt)
30 lines
670 B
Makefile
30 lines
670 B
Makefile
# Created by: mig
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ssh_askpass_gtk2
|
|
PORTVERSION= 0.4
|
|
PORTREVISION= 7
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.cgabriel.org/download/ssh-askpass-fullscreen/
|
|
DISTNAME= ssh-askpass-fullscreen-${PORTVERSION}
|
|
|
|
MAINTAINER= arved@FreeBSD.org
|
|
COMMENT= Tiny GTK2 ssh askpass replacement
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USE_GNOME= gtk20
|
|
USES= pkgconfig
|
|
|
|
PLIST_FILES= bin/ssh-askpass-fullscreen
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e "s,gcc,${CC}," \
|
|
-e "/${CC}/s,$$, -lX11," ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
cd ${WRKSRC};\
|
|
${INSTALL_PROGRAM} ssh-askpass-fullscreen ${STAGEDIR}${PREFIX}/bin/ssh-askpass-fullscreen
|
|
|
|
.include <bsd.port.mk>
|