36 lines
760 B
Makefile
Raw Normal View History

2018-09-04 12:46:09 +00:00
# $OpenBSD: Makefile,v 1.23 2018/09/04 12:46:23 espie Exp $
COMMENT = Really Awesome New Cisco confIg Differ
2018-08-18 21:05:48 +00:00
DISTNAME = rancid-3.8
EPOCH = 0
CATEGORIES = sysutils
2018-09-04 12:46:09 +00:00
REVISION = 0
2018-08-18 21:05:48 +00:00
HOMEPAGE = https://www.shrubbery.net/rancid/
MAINTAINER = Pavel Korovin <p@tristero.se>
# Custom
2012-06-09 11:26:02 +00:00
PERMIT_PACKAGE_CDROM = not for commercial use
PERMIT_PACKAGE_FTP = Yes
WANTLIB = c util
MASTER_SITES = ftp://ftp.shrubbery.net/pub/rancid/
RUN_DEPENDS = lang/expect
2009-01-01 16:57:44 +00:00
BUILD_DEPENDS = ${RUN_DEPENDS}
2012-04-28 10:51:44 +00:00
LOCALSTATEDIR = ${BASELOCALSTATEDIR}/rancid
2018-08-18 21:05:48 +00:00
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --prefix=${PREFIX} \
--disable-mk-localstatedir
MAKE_FLAGS = sysconfdir=${BASESYSCONFDIR}/rancid
FAKE_FLAGS = sysconfdir=${PREFIX}/share/examples/rancid
USE_GMAKE = yes
.include <bsd.port.mk>