blob: 10f04e1696af38144f893d2258c9c653cff00c65 (
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
|
# New ports collection makefile for: cvsup-devel
# Date created: 28 April 2001
# Whom: jdp
#
# $FreeBSD$
#
PORTVERSION= 16.1e
PORTREVISION= 0
CATEGORIES= net
MASTER_SITES= http://people.freebsd.org/~jdp/s1g/ \
ftp://ftp3.freebsd.org/pub/FreeBSD/development/CVSup/snapshots/ \
ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/snapshots/ \
ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/development/CVSup/snapshots/
DISTNAME= cvsup-snap-${PORTVERSION}
MASTERDIR= ${.CURDIR}/../cvsup
FILESDIR= ${.CURDIR}/files
MD5_FILE= ${.CURDIR}/distinfo
PATCHDIR= ${.CURDIR}/files
PKGDIR= ${.CURDIR}
.include "${MASTERDIR}/Makefile"
|