mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
1c5d438e1c
Feature safe: yes
22 lines
378 B
Makefile
22 lines
378 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rcs
|
|
PORTVERSION= 5.8.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= zeising@FreeBSD.org
|
|
COMMENT= Version control system
|
|
|
|
LICENSE= GPLv3
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
MAN1= ci.1 co.1 ident.1 merge.1 rcs.1 rcsclean.1 rcsdiff.1 rcsmerge.1 rlog.1
|
|
MAN5= rcsfile.5
|
|
INFO= rcs
|
|
|
|
.include <bsd.port.mk>
|