pirofti c82e5a7516 Import sysutils/rcm
The rcm suite of tools is for managing dotfiles directories. This suite is
useful for committing your rc files to a central repository to share, but it
also scales to a more complex situation such as multiple source directories
shared between computers with some host-specific or task-specific files.

Works fine on my machine, looks good to sthen@, okay benoit@.

Ported by Mike Burns, thank you for the effort!
2014-11-16 16:33:28 +00:00

21 lines
393 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2014/11/16 16:33:28 pirofti Exp $
COMMENT = rc file (dotfile) management
DISTNAME = rcm-1.2.3
CATEGORIES = sysutils
HOMEPAGE = https://thoughtbot.github.io/rcm/
MAINTAINER = Mike Burns <mike+openbsd@mike-burns.com>
# BSD
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = https://thoughtbot.github.io/rcm/dist/
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>