2000-05-09 00:08:18 -04:00
|
|
|
# New ports collection Makefile for: cvsupit
|
|
|
|
# Date created: 8 May 2000
|
|
|
|
# Whom: jasone
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cvsupit
|
|
|
|
PORTVERSION= 3.0
|
|
|
|
CATEGORIES= net
|
|
|
|
DISTFILES= #empty
|
|
|
|
|
2000-05-29 15:52:18 -04:00
|
|
|
MAINTAINER= jkh@FreeBSD.org
|
2000-05-09 00:08:18 -04:00
|
|
|
|
2001-03-17 22:07:17 -05:00
|
|
|
.if !defined(PACKAGE_BUILDING)
|
2000-10-28 17:56:53 -04:00
|
|
|
IS_INTERACTIVE= 'Must configure cvsup server information'
|
2001-03-17 22:07:17 -05:00
|
|
|
.endif
|
2000-10-28 17:56:53 -04:00
|
|
|
|
2000-08-22 20:17:57 -04:00
|
|
|
RUN_DEPENDS= cvsup:${PORTSDIR}/net/cvsup-bin
|
2000-05-09 00:08:18 -04:00
|
|
|
|
|
|
|
.if (BATCH)
|
|
|
|
NO_INSTALL= yes
|
|
|
|
.endif
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
2000-05-16 16:56:35 -04:00
|
|
|
do-install:
|
2000-05-09 00:08:18 -04:00
|
|
|
.if !make(package)
|
2000-10-08 06:23:48 -04:00
|
|
|
@${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
2000-05-09 00:08:18 -04:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|