freebsd-ports/security/openssh-askpass/Makefile
Kris Kennaway ebe6d0785c Apply the Big Axe of Hacking to this port and remove all the CVS fetching
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.
2001-04-17 08:55:04 +00:00

32 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>