blob: 533003515e9626b7c8c67c392aa1b1b6cc2d3749 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# New ports collection Makefile for: cvsupit
# Date created: 8 May 2000
# Whom: jasone
#
# $FreeBSD$
#
PORTNAME= cvsupit
PORTVERSION= 3.1
CATEGORIES= net
DISTFILES= #empty
MAINTAINER= jkh@FreeBSD.org
COMMENT= CVSup installation and setup front-end package (16.1 / GUI V3)
.if !defined(PACKAGE_BUILDING)
IS_INTERACTIVE= 'Must configure cvsup server information'
.endif
RUN_DEPENDS= cvsup:${PORTSDIR}/net/cvsup
.if (BATCH)
NO_INSTALL= yes
.endif
NO_BUILD= yes
do-install:
.if !make(package)
@${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif
.if defined(NO_INSTALL)
generate-plist:
${DO_NADA}
process-plist:
${DO_NADA}
.endif # defined(NO_INSTALL)
.include <bsd.port.mk>
|