freebsd-ports/net-mgmt/ciscoconf/Makefile
Martin Wilke 3e4ed01146 - 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 17:56:05 +00:00

38 lines
1 KiB
Makefile

# New ports collection makefile for: ciscoconf
# Date created: 11 September 1998
# Whom: jabley@clear.co.nz
#
# $FreeBSD$
#
PORTNAME= ciscoconf
PORTVERSION= 1.1
CATEGORIES= net-mgmt
MASTER_SITES= ftp://ftp.isc.org/isc/ciscoconf/ \
http://software.automagic.org/ciscoconf/
MAINTAINER= jabley@automagic.org
COMMENT= Fetches configuration from Cisco routers and stores them under RCS
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend
ALL_TARGET= depend all
MAN8= ciscoconfd.8 ciscoconfr.8
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:
${INSTALL_PROGRAM} ${WRKSRC}/ciscoconfd ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/ciscoconfr ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ciscoconfd.man ${PREFIX}/man/man8/ciscoconfd.8
${INSTALL_MAN} ${WRKSRC}/ciscoconfr.man ${PREFIX}/man/man8/ciscoconfr.8
post-install:
${MKDIR} ${PREFIX}/share/cisco/RCS
.include <bsd.port.mk>