freebsd-ports/net/cvsupit/Makefile
2000-08-23 00:17:57 +00:00

28 lines
408 B
Makefile

# New ports collection Makefile for: cvsupit
# Date created: 8 May 2000
# Whom: jasone
#
# $FreeBSD$
#
PORTNAME= cvsupit
PORTVERSION= 3.0
CATEGORIES= net
DISTFILES= #empty
MAINTAINER= jkh@FreeBSD.org
RUN_DEPENDS= cvsup:${PORTSDIR}/net/cvsup-bin
.if (BATCH)
NO_INSTALL= yes
.endif
NO_BUILD= yes
do-install:
.if !make(package)
@${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.endif
.include <bsd.port.mk>