1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/devel/prcs/Makefile
Joshua Peck Macdonald 0c6f5227a8 PRCS is a version control system I wrote. Its like CVS except
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.
1996-09-17 23:43:20 +00:00

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>