diff options
Diffstat (limited to 'net/librouteros')
-rw-r--r-- | net/librouteros/Makefile | 38 | ||||
-rw-r--r-- | net/librouteros/distinfo | 2 | ||||
-rw-r--r-- | net/librouteros/pkg-descr | 4 | ||||
-rw-r--r-- | net/librouteros/pkg-plist | 9 |
4 files changed, 0 insertions, 53 deletions
diff --git a/net/librouteros/Makefile b/net/librouteros/Makefile deleted file mode 100644 index e6997beb3a8f..000000000000 --- a/net/librouteros/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Created by: Mark Felder <feld@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= librouteros -PORTVERSION= 1.1.2 -PORTREVISION= 5 -CATEGORIES= net -MASTER_SITES= http://verplant.org/librouteros/files/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Library for communicating with network devices by MikroTik - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -BROKEN= unfetchable -DEPRECATED= Unfetchable, unmaintained -EXPIRATION_DATE= 2019-10-16 - -LIB_DEPENDS= libgcrypt.so:security/libgcrypt - -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -USES= libtool tar:bzip2 -USE_LDCONFIG= yes - -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include -Wno-error - -PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README - -OPTIONS_DEFINE= DOCS - -post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/net/librouteros/distinfo b/net/librouteros/distinfo deleted file mode 100644 index 41d90270031e..000000000000 --- a/net/librouteros/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (librouteros-1.1.2.tar.bz2) = 1c58ada1ab70e15bb1490b5a24e54e3baf909554173445f71921558e2c111376 -SIZE (librouteros-1.1.2.tar.bz2) = 234942 diff --git a/net/librouteros/pkg-descr b/net/librouteros/pkg-descr deleted file mode 100644 index 3aafa29c30fb..000000000000 --- a/net/librouteros/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -librouteros (or libRouterOS) is a C library to communicate with network -devices by MikroTik running their Linux-based operating system RouterOS. - -WWW: http://verplant.org/librouteros/ diff --git a/net/librouteros/pkg-plist b/net/librouteros/pkg-plist deleted file mode 100644 index 81f734d45c0c..000000000000 --- a/net/librouteros/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/ros -include/routeros_version.h -include/routeros_api.h -lib/librouteros.a -lib/librouteros.so -lib/librouteros.so.0 -lib/librouteros.so.0.2.2 -man/man1/ros.1.gz -man/man3/librouteros.3.gz |