8f5960a387
interactive if it's being made into a package.
32 lines
501 B
Makefile
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>
|