pkgsrc/devel/openrcs/Makefile
asau 81e13f369d Import OpenRCS version 20110824192219 as devel/openrcs
OpenRCS is BSD-licensed implementation of RCS, Revision Control System
2013-06-03 21:17:25 +00:00

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"