aboutsummaryrefslogtreecommitdiffstats
path: root/misc/libpri/Makefile
blob: 46bb9e592260491d42268b83ba67f6470bd6e3dc (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
26
27
28
29
30
31
32
# New ports collection makefile for:    libpri
# Date created:             25 Oct 2004
# Whom:                 Alexander Timoshenko <gonzo@univ.kiev.ua>
#
# $FreeBSD$
#

PORTNAME=   libpri
PORTVERSION=    1.0.6
CATEGORIES= misc
MASTER_SITES=   ftp://ftp.asterisk.org/pub/libpri/ \
        ftp://ftp.asterisk.org/pub/libpri/old/

PATCHFILES= ${PORTNAME}-${PORTVERSION}-${BRIVER}.patch.gz
PATCH_SITES=    ${MASTER_SITE_LOCAL}
PATCH_SITE_SUBDIR=  fjoe
PATCH_DIST_STRIP=   -p1

MAINTAINER= gonzo@univ.kiev.ua
COMMENT=    A C implementation of the Primary Rate ISDN specification

BRIVER=     bristuff-0.2.0-RC7j
USE_GMAKE=  yes
INSTALLS_SHLIB= yes

.include <bsd.port.pre.mk>

.if ${ARCH} == "alpha"
BROKEN=     "Does not compile on alpha"
.endif

.include <bsd.port.post.mk>