mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
0c6f5227a8
its simpler to use, is not designed as a front-end to RCS, fixes a lot of the things CVS got wrong, has no client/server support, and a few other things.
19 lines
345 B
Makefile
19 lines
345 B
Makefile
# New ports collection makefile for: prcs
|
|
# Version required: 1.0.1
|
|
# Date created: 17 Sep 96
|
|
# Whom: jmacd@FreeBSD.ORG
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= prcs-1.0.1
|
|
CATEGORIES+= devel
|
|
MASTER_SITES= ftp://ftp.xcf.berkeley.edu/pub/prcs/
|
|
|
|
MAINTAINER= jmacd@FreeBSD.ORG
|
|
|
|
USE_GMAKE= yes
|
|
HAS_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|