24 lines
429 B
Makefile
24 lines
429 B
Makefile
# $OpenBSD: Makefile,v 1.6 2020/08/30 10:57:48 sthen Exp $
|
|
|
|
COMMENT = rc file (dotfile) management
|
|
|
|
DISTNAME = rcm-1.3.4
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = https://thoughtbot.github.io/rcm/
|
|
|
|
MAINTAINER = Mike Burns <mike+openbsd@mike-burns.com>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MASTER_SITES = https://thoughtbot.github.io/rcm/dist/
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
# XXX The test suite uses cram.
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|