1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/cvsup-bin/Makefile
1999-03-06 22:40:25 +00:00

30 lines
640 B
Makefile

# New ports collection makefile for: cvsup-bin
# Version required: 16.0
# Date created: 12 November 1997
# Whom: Sheldon Hearn <axl@iafrica.com>
#
# $Id: Makefile,v 1.9 1999/02/12 02:29:00 jdp Exp $
#
DISTNAME= cvsup-bin-16.0
CATEGORIES= devel net
MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/
DISTFILES= cvsup-bin-16.0.tar.gz
MAINTAINER= jdp@freebsd.org
NO_BUILD= yes
MAN1= cvpasswd.1 cvsup.1
STRIP=
do-configure:
cd ${WRKSRC}; gunzip ${MAN1:S/$/.gz/}
do-install:
cd ${WRKSRC}; \
${INSTALL_PROGRAM} cvpasswd cvsup ${PREFIX}/bin; \
${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1
.include <bsd.port.mk>