aboutsummaryrefslogtreecommitdiffstats
path: root/misc/libpri2/Makefile
blob: 4da197d294fb00f40e06cd1d17ff42feb77ced47 (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
# New ports collection makefile for:    libpri
# Date created:             25 Oct 2004
# Whom:                 Alexander Timoshenko <gonzo@univ.kiev.ua>
#
# $FreeBSD$
#

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

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

USE_GMAKE=  yes
INSTALLS_SHLIB= yes

post-patch:
    @${FIND} ${WRKSRC} -name \*.orig -or -name \*.bak -delete

.include <bsd.port.mk>