summaryrefslogtreecommitdiff
path: root/devel/subversion-freebsd/Makefile
blob: e6c5ceb510ed5613a513a1aa18422444f69ef9f9 (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
41
42
43
44
# New ports collection makefile for:	subversion
# Date created:				10 September 2001
# Whom:					rooneg@electricjellyfish.net
#
# $FreeBSD$

PORTNAME=	subversion
PORTVERSION=	r727
CATEGORIES=	devel
MASTER_SITES=	# empty
DISTFILES=	# empty
EXTRACT_ONLY=	# empty

MAINTAINER=	rooneg@electricjellyfish.net

NO_BUILD=	nothing to build
NO_INSTALL=	nothing to install
NO_CDROM=	nothing to ship
NO_PACKAGE=	nothing to package here yet

RESTRICTED=	yes

do-extract:
	@${MKDIR} ${WRKDIR}
	@${ECHO} "*************************************************************"
	@${ECHO}
	@${ECHO} "The current release of the FreeBSD port of Subversion is"
	@${ECHO} "available from http://electricjellyfish.net/subversion.tar.gz"
	@${ECHO} "and from the main Subversion svn repository at"
	@${ECHO} "http://svn.collab.net/repos/svn.  By request of its"
	@${ECHO} "developers it is not being distributed with the ports tree"
	@${ECHO} "until the project makes its first beta release."
	@${ECHO}
	@${ECHO} "THERE IS NOTHING TO BUILD HERE.  USE THIS:"
	@${ECHO}
	@${ECHO} "	http://electricjellyfish.net/subversion.tar.gz"
	@${ECHO}
	@${ECHO} "Check out Subversion's website too:"
	@${ECHO}
	@${ECHO} "	http://subversion.tigris.org/"
	@${ECHO}
	@${ECHO} "*************************************************************"

.include <bsd.port.mk>