freebsd-ports/security/libparanoia/Makefile
Maxim Sobolev e5f34fc2be In gets(), two return's exist, and both should be wrapped with exit_violation.
In current version, one is forgotten. Bump PORTREVISION.

PR:		41277
Submitted by:	Valentin Nechayev <netch@netch.kiev.ua>
2002-08-03 07:52:47 +00:00

27 lines
614 B
Makefile

# New ports collection makefile for: libparanoia
# Date created: 1 Jan 1999
# Whom: Alexandre Snarskii <snar@paranoia.ru>
#
# $FreeBSD$
PORTNAME= libparanoia
PORTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/
MAINTAINER= snar@paranoia.ru
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.mk>