freebsd-ports/net/cvsupit/Makefile
Jordan K. Hubbard 46392d5971 This port is interactive, mark it so.
Reminded by:	nbm
2000-10-28 21:56:53 +00:00

29 lines
463 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
IS_INTERACTIVE= 'Must configure cvsup server information'
RUN_DEPENDS= cvsup:${PORTSDIR}/net/cvsup-bin
.if (BATCH)
NO_INSTALL= yes
.endif
NO_BUILD= yes
do-install:
.if !make(package)
@${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif
.include <bsd.port.mk>