aboutsummaryrefslogtreecommitdiffstats
path: root/security/libparanoia/Makefile
blob: ce5c1710dfa22b085c5da8400a54b3e1467387e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    libparanoia
# Date created:             1 Jan 1999
# Whom:                 Alexandre Snarskii <snar@paranoia.ru>
#
# $FreeBSD$
#

PORTNAME=   libparanoia
PORTVERSION=    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>