b990ba4c08
PR: 139935 Submitted by: Sylvio Cesar
29 lines
651 B
Makefile
29 lines
651 B
Makefile
# New ports collection makefile for: libpri
|
|
# Date created: 25 Oct 2004
|
|
# Whom: Alexander Timoshenko <gonzo@univ.kiev.ua>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libpri
|
|
PORTVERSION= 1.4.10.2
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/libpri/releases/
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
COMMENT= A C implementation of the Primary Rate ISDN specification
|
|
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
PLIST_FILES= include/libpri.h lib/libpri.a lib/libpri.so \
|
|
lib/libpri.so.1
|
|
|
|
ONLY_FOR_ARCHS= amd64 i386 sparc64
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "sparc64"
|
|
BROKEN= Does not compile on sparc64
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|