24 lines
429 B
Makefile
24 lines
429 B
Makefile
# $OpenBSD: Makefile,v 1.5 2019/07/12 20:49:50 sthen Exp $
|
|
|
|
COMMENT = rc file (dotfile) management
|
|
|
|
DISTNAME = rcm-1.3.3
|
|
|
|
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>
|