summaryrefslogtreecommitdiff
path: root/net/cvsupd-bin/Makefile
blob: 1311a0f7157812998ec7f93e7343e2eee48c2762 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:	cvsupd-bin
# Version required:	16.0
# Date created:		17 August 1998
# Whom:			Sheldon Hearn <axl@iafrica.com>
#
# $Id: Makefile,v 1.6 1999/07/04 20:50:37 steve Exp $
#

DISTNAME=	cvsupd-bin-16.0
CATEGORIES=	devel net
MASTER_SITES=	ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/binaries/

MAINTAINER=	jdp@freebsd.org

.if ${MACHINE_ARCH} == "i386"
DISTFILES=	cvsupd-freebsd-ix86-aout-16.0${EXTRACT_SUFX}
.else
DISTFILES=	cvsupd-freebsd-${MACHINE_ARCH}-16.0${EXTRACT_SUFX}
.endif

NO_BUILD=	yes

MAN8=	cvsupd.8
MANCOMPRESSED=	yes
STRIP=

do-install:
	cd ${WRKSRC}; \
	    ${INSTALL_PROGRAM} cvsupd ${PREFIX}/sbin; \
	    ${INSTALL_MAN} ${MAN8} ${PREFIX}/man/man8

.include <bsd.port.mk>