81e13f369d
OpenRCS is BSD-licensed implementation of RCS, Revision Control System
20 lines
454 B
Makefile
20 lines
454 B
Makefile
# $NetBSD: Makefile,v 1.1.1.2 2013/06/03 21:17:25 asau Exp $
|
|
|
|
DISTNAME= openrcs-20110824192219
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://chl.be/openrcs/
|
|
|
|
MAINTAINER= asau@inbox.ru
|
|
HOMEPAGE= http://chl.be/openrcs/
|
|
COMMENT= OpenRCS is RCS clone from OpenBSD project
|
|
|
|
WRKSRC= $(WRKDIR)/openrcs
|
|
|
|
USE_TOOLS= aclocal automake autoconf
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
pre-configure:
|
|
cd $(WRKSRC) && $(CONFIG_SHELL) bootstrap
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|