ebe6d0785c
crap which just doesn't work well. Fall back on the tarball which will be generated once from the OpenBSD CVS repo each time I update the port.
33 lines
778 B
Makefile
33 lines
778 B
Makefile
# New ports collection makefile for: OpenSSH-askpass
|
|
# Date created: 27 February 2000
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= OpenSSH-askpass
|
|
PORTVERSION= 1.2.2.2001.02.24
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= kris
|
|
|
|
MAINTAINER= kris@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/X11/xc/programs/ssh-askpass
|
|
USE_IMAKE= yes
|
|
|
|
MAN1= ssh-askpass.1
|
|
MANCOMPRESSED= yes
|
|
|
|
makesrctarball: fetch
|
|
@cd ${DISTDIR}; \
|
|
${ECHO_MSG} ">> Creating source tarball in ${DISTDIR}"; \
|
|
${ECHO_MSG} ">> \"${PKGNAME}.tar.gz\"."; \
|
|
${TAR} cfz ${PKGNAME}.tar.gz ${PKGNAME}
|
|
|
|
pre-install:
|
|
${MKDIR} ${PREFIX}/share/doc/ssh-askpass
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ssh-askpass/
|
|
|
|
.include <bsd.port.mk>
|