1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/security/libparanoia/Makefile
1999-08-31 01:53:22 +00:00

25 lines
590 B
Makefile

# New ports collection makefile for: libparanoia
# Version required: 1.3
# Date created: 1 Jan 1999
# Whom: Alexandre Snarskii <snar@paranoia.ru>
#
# $FreeBSD$
DISTNAME= libparanoia-1.3
CATEGORIES= security
MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/
MAINTAINER= snar@paranoia.ru
ONLY_FOR_ARCHS= i386
# 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>