1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/net/cvsupd-bin/Makefile

34 lines
722 B
Makefile
Raw Normal View History

# New ports collection makefile for: cvsupd-bin
# Version required: 16.1
# Date created: 17 August 1998
# Whom: Sheldon Hearn <axl@iafrica.com>
#
1999-08-30 14:24:37 +00:00
# $FreeBSD$
#
DISTNAME= cvsupd-bin-16.1
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-${PORTOBJFORMAT}-16.1${EXTRACT_SUFX}
.else
DISTFILES= cvsupd-freebsd-${MACHINE_ARCH}-16.1${EXTRACT_SUFX}
.endif
NO_BUILD= yes
MAN8= cvsupd.8
MANCOMPRESSED= yes
NOT_FOR_ARCHS= alpha
STRIP=
do-install:
cd ${WRKSRC}; \
${INSTALL_PROGRAM} cvsupd ${PREFIX}/sbin; \
${INSTALL_MAN} ${MAN8}.gz ${PREFIX}/man/man8
.include <bsd.port.mk>