freebsd-ports/security/libparanoia/Makefile

36 lines
850 B
Makefile
Raw Normal View History

# New ports collection makefile for: libparanoia
# Date created: 1 Jan 1999
# Whom: Alexandre Snarskii <snar@paranoia.ru>
#
1999-08-31 03:53:22 +02:00
# $FreeBSD$
PORTNAME= libparanoia
PORTVERSION= 1.4
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/
MAINTAINER= snar@paranoia.ru
2003-02-21 14:28:59 +01:00
COMMENT= Safe (in the mean of stack smashing) reincarnation of strcpy et al
1999-06-16 04:54:01 +02:00
ONLY_FOR_ARCHS= i386
INSTALLS_SHLIB= 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)
BROKEN= You need to have libc sources installed in /usr/src/lib/libc \
before compiling.
.endif
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500039
post-patch:
@(cd ${_DISTDIR};${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/vsnprintf-current.patch)
.endif
.include <bsd.port.post.mk>