freebsd-ports/misc/libpri/Makefile
Max Khon 026b41a7b2 - Update to 1.4.11.4.
- Take maintainership (see [1])

PR:		150795
Submitted by:	Florian Smeets
2010-10-12 16:03:56 +00:00

23 lines
545 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.11.4
CATEGORIES= misc
MASTER_SITES= http://downloads.asterisk.org/pub/telephony/libpri/releases/
MAINTAINER= fjoe@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.mk>