2013-09-21 00:24:43 +02:00
|
|
|
# Created by: jabley@clear.co.nz
|
1999-08-30 16:24:37 +02:00
|
|
|
# $FreeBSD$
|
1998-11-18 23:15:06 +01:00
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= ciscoconf
|
2001-02-17 16:23:22 +01:00
|
|
|
PORTVERSION= 1.1
|
2004-02-23 05:42:13 +01:00
|
|
|
CATEGORIES= net-mgmt
|
2010-01-25 01:19:38 +01:00
|
|
|
MASTER_SITES= ISC/ciscoconf/ \
|
2003-10-07 21:44:13 +02:00
|
|
|
http://software.automagic.org/ciscoconf/
|
1998-11-18 23:15:06 +01:00
|
|
|
|
2001-02-17 16:23:22 +01:00
|
|
|
MAINTAINER= jabley@automagic.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Fetches configuration from Cisco routers and stores them under RCS
|
1998-11-18 23:15:06 +01:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend
|
2010-01-25 01:19:38 +01:00
|
|
|
|
1998-11-18 23:15:06 +01:00
|
|
|
ALL_TARGET= depend all
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old
|
|
|
|
${CAT} ${WRKSRC}/Makefile.old | \
|
|
|
|
${SED} -e 's#/usr/local#${PREFIX}#g' | \
|
|
|
|
${SED} -e 's#lib/cisco#share/cisco#' \
|
|
|
|
>> ${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
do-install:
|
2014-03-17 16:50:33 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ciscoconfd ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ciscoconfr ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/ciscoconfd.man \
|
|
|
|
${STAGEDIR}${MANPREFIX}/man/man8/ciscoconfd.8
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/ciscoconfr.man \
|
|
|
|
${STAGEDIR}${MANPREFIX}/man/man8/ciscoconfr.8
|
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/cisco/RCS
|
1998-11-18 23:15:06 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|