freebsd-ports/sysutils/cmogstored/Makefile

27 lines
562 B
Makefile
Raw Normal View History

# Created by: Mikolaj Golub <trociny@FreeBSD.org>
# $FreeBSD$
PORTNAME= cmogstored
2015-03-10 20:21:23 +01:00
PORTVERSION= 1.4.3
CATEGORIES= sysutils
MASTER_SITES= http://bogomips.org/cmogstored/files/
MAINTAINER= trociny@FreeBSD.org
COMMENT= Alternative mogstored implementation for MogileFS
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
PLIST_FILES= sbin/cmogstored \
man/man1/cmogstored.1.gz
HAS_CONFIGURE= yes
CONFIGURE_ARGS+=--bindir=${PREFIX}/sbin \
--mandir=${PREFIX}/man
USE_RC_SUBR= cmogstored
regression-test: build
${MAKE} -C ${WRKSRC} check
.include <bsd.port.mk>