1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/cvsupit/Makefile
Jordan K. Hubbard 8f5960a387 Make the interactive variable conditional since this port *isn't*
interactive if it's being made into a package.
2001-03-18 03:07:17 +00:00

32 lines
501 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
.if !defined(PACKAGE_BUILDING)
IS_INTERACTIVE= 'Must configure cvsup server information'
.endif
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>