1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/rcs/Makefile
Niclas Zeising 1c5d438e1c Update to 5.8.2
Feature safe:	yes
2013-04-16 20:27:58 +00:00

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>