aboutsummaryrefslogtreecommitdiff
path: root/security/libparanoia/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libparanoia/Makefile')
-rw-r--r--security/libparanoia/Makefile38
1 files changed, 0 insertions, 38 deletions
diff --git a/security/libparanoia/Makefile b/security/libparanoia/Makefile
deleted file mode 100644
index 499ea5f71ebf..000000000000
--- a/security/libparanoia/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: libparanoia
-# Date created: 1 Jan 1999
-# Whom: Alexandre Snarskii <snar@paranoia.ru>
-#
-# $FreeBSD$
-
-PORTNAME= libparanoia
-PORTVERSION= 1.4.1
-CATEGORIES= security
-MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Safe (in the mean of stack smashing) reincarnation of strcpy et al
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2011-09-01
-
-BROKEN= does not fetch
-
-ONLY_FOR_ARCHS= i386
-
-USE_LDCONFIG= yes
-
-# this library depends on system-defined headers "SYS.h" and "DEFS.h"
-# which may differ from release to release.
-
-.if !exists(/usr/src/lib/libc)
-IGNORE= you need to have libc sources installed in /usr/src/lib/libc \
- before compiling
-.endif
-
-.include <bsd.port.pre.mk>
-
-do-patch:
- @${REINPLACE_CMD} -e 's|#include <varargs.h>||' \
- ${WRKSRC}/stentry.c
-
-.include <bsd.port.post.mk>