summaryrefslogtreecommitdiff
path: root/net-mgmt/braa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/braa/Makefile')
-rw-r--r--net-mgmt/braa/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/net-mgmt/braa/Makefile b/net-mgmt/braa/Makefile
deleted file mode 100644
index 1acb8b162787..000000000000
--- a/net-mgmt/braa/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: braa
-# Date created: 31.05.2003
-# Whom: Kirill Ponomarew <ponomarew@oberon.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= braa
-PORTVERSION= 0.41
-CATEGORIES= net
-MASTER_SITES= http://s-tech.elsat.net.pl/braa/
-
-MAINTAINER= krion@FreeBSD.org
-COMMENT= Tool for making SNMP queries
-
-LIB_DEPENDS= netsnmp.5:${PORTSDIR}/net/net-snmp
-
-USE_REINPLACE= yes
-
-post-patch:
-.for file in Makefile
- @${REINPLACE_CMD} -e \
- 's|CFLAGS =|CFLAGS?=${CFLAGS}|g ; \
- s|LDFLAGS =|LDFLAGS?=${LDFLAGS}|g ; \
- s|gcc|${CC}|g ; \
- s|strip $$(OUT)||g' ${WRKSRC}/${file}
-.endfor
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \
- ${PREFIX}/bin/
-
-post-install:
-.for i in ${PORTNAME}
- ${STRIP_CMD} ${PREFIX}/bin/${i}
-.endfor
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for i in README
- ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>