aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rset/Makefile
blob: e5f44b8e13c12b7d4c977e7e3c10940bb099ffed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	rset
PORTVERSION=	3.2
CATEGORIES=	sysutils
MASTER_SITES=	https://scriptedconfiguration.org/code/

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Configure systems using using any scripting language
WWW=		https://scriptedconfiguration.org/ \
		https://github.com/eradman/rset

LICENSE=	ISCL
LICENSE_FILE=	${WRKSRC}/LICENSE

HAS_CONFIGURE=	yes
MAKE_ARGS=	MANPREFIX=${PREFIX}/share/man
TEST_TARGET=	TEST

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/miniquark ${STAGEDIR}${PREFIX}/bin/rset

.include <bsd.port.mk>