diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
commit | 39a5b78f8797ded2c50107a77794cd671dff707f (patch) | |
tree | 39f650e2e85c255908675444e0ce32d9639f251f /net/ncplib | |
parent | 11b0d3ddde2150d23a51c55b5597d968fe3a03bb (diff) | |
download | ports-39a5b78f8797ded2c50107a77794cd671dff707f.tar.gz ports-39a5b78f8797ded2c50107a77794cd671dff707f.zip |
Notes
Diffstat (limited to 'net/ncplib')
-rw-r--r-- | net/ncplib/Makefile | 30 | ||||
-rw-r--r-- | net/ncplib/distinfo | 2 | ||||
-rw-r--r-- | net/ncplib/files/patch-Makefile.inc | 21 | ||||
-rw-r--r-- | net/ncplib/pkg-descr | 1 | ||||
-rw-r--r-- | net/ncplib/pkg-plist | 9 | ||||
-rw-r--r-- | net/ncplib/scripts/configure | 10 |
6 files changed, 0 insertions, 73 deletions
diff --git a/net/ncplib/Makefile b/net/ncplib/Makefile deleted file mode 100644 index 5860830fd602..000000000000 --- a/net/ncplib/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: Boris Popov <bp@butya.kz> -# $FreeBSD$ - -PORTNAME= ncplib -PORTVERSION= 1.3.4 -CATEGORIES= net -MASTER_SITES= http://rbp.chat.ru/pub/nwlib/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Utilities to work with Novell NetWare servers - -ONLY_FOR_ARCHS= i386 - -.if !exists(/usr/src/sys/kern/vnode_if.src) -IGNORE= requires kernel source -.endif - -MANCOMPRESSED= yes - -MAN1= ncpasswd.1 ncprint.1 ncpsend.1 ncpurge.1 -MAN8= ipxping.8 ncpsvc.8 - -NO_STAGE= yes -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/net/ncplib/distinfo b/net/ncplib/distinfo deleted file mode 100644 index 5d6244fa3ab8..000000000000 --- a/net/ncplib/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ncplib-1.3.4.tar.gz) = dd310ef5641aad870343de8417f98d2f46db32560fe579389a9a928282a7e193 -SIZE (ncplib-1.3.4.tar.gz) = 134953 diff --git a/net/ncplib/files/patch-Makefile.inc b/net/ncplib/files/patch-Makefile.inc deleted file mode 100644 index d2152a262f53..000000000000 --- a/net/ncplib/files/patch-Makefile.inc +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.inc.orig Fri Apr 25 20:10:52 2003 -+++ Makefile.inc Fri Apr 25 20:14:54 2003 -@@ -11,6 +11,7 @@ - BINDIR?=${PREFIX}/bin - NCPSBINDIR=${PREFIX}/sbin - MANDIR=${PREFIX}/man/man -+NOOBJ= yes - - CFLAGS += -Wall - -@@ -18,9 +19,7 @@ - CFLAGS+= -ggdb - .endif - --.include <bsd.libnames.mk> -- --.if !defined(LIBNCP) || defined(COMPLETEBUILD) -+.if defined(COMPLETEBUILD) - CFLAGS += -L../lib/ncp - CFLAGS += -I../include - LIBNCP = ../lib/ncp/libncp.a diff --git a/net/ncplib/pkg-descr b/net/ncplib/pkg-descr deleted file mode 100644 index 8b67cb61f232..000000000000 --- a/net/ncplib/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A free client for Novell NetWare servers. diff --git a/net/ncplib/pkg-plist b/net/ncplib/pkg-plist deleted file mode 100644 index 883fd6b8e888..000000000000 --- a/net/ncplib/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/ipxping -bin/ncpasswd -bin/ncplpd -bin/ncprint -bin/ncpsend -bin/ncpurge -sbin/ncpsvc -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% diff --git a/net/ncplib/scripts/configure b/net/ncplib/scripts/configure deleted file mode 100644 index dc6d4cd85687..000000000000 --- a/net/ncplib/scripts/configure +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -CMK=${WRKSRC}/config.mk - -echo "SRCTREE=/usr/src" > $CMK -echo "PREFIX="$PREFIX >> $CMK -echo "BUILDKLD=yes" >> $CMK - -echo "NCP_NLS_KOI_866=" >> $CMK -echo "NCP_NLS_DEFAULT=NCP_NLS_KOI_866" >> $CMK |