mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
21 lines
347 B
Makefile
21 lines
347 B
Makefile
PORTNAME= rcs
|
|
PORTVERSION= 5.10.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= portmaster@bsdforge.com
|
|
COMMENT= Version control system
|
|
WWW= https://www.gnu.org/software/rcs/
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= tar:lz
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
CONFLICTS_INSTALL= rcs57
|
|
|
|
INFO= rcs
|
|
|
|
.include <bsd.port.mk>
|