mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
229ab97a2e
Greg's mail bounes (no MX record) so return his ports to pool for now. Thanks for your time and effort maintaing these ports!
22 lines
450 B
Makefile
22 lines
450 B
Makefile
PORTNAME= rset
|
|
DISTVERSION= 2.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://scriptedconfiguration.org/code/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Configure systems using using any scripting language
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
HAS_CONFIGURE= YES
|
|
MAKE_ARGS= MANPREFIX=${MANPREFIX}/man
|
|
TEST_TARGET= TEST
|
|
|
|
post-install:
|
|
@${STRIP_CMD} \
|
|
${STAGEDIR}${PREFIX}/bin/rset \
|
|
${STAGEDIR}${PREFIX}/bin/miniquark
|
|
|
|
.include <bsd.port.mk>
|