mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
30 lines
640 B
Makefile
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>
|