mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
17 lines
287 B
Makefile
17 lines
287 B
Makefile
# $FreeBSD: head/devel/rcs/Makefile 484628 2018-11-10 18:12:57Z bapt $
|
|
|
|
PORTNAME= rcs
|
|
PORTVERSION= 5.9.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= zeising@FreeBSD.org
|
|
COMMENT= Version control system
|
|
|
|
USES= tar:xz gmake groff
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= rcs
|
|
|
|
.include <bsd.port.mk>
|