mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
14855f6863
Reported by: -fetch-original pointyhat run
24 lines
514 B
Makefile
24 lines
514 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.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://downloads.digium.com/pub/libpri/old/
|
|
|
|
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
|
|
|
|
NOT_FOR_ARCHS= alpha
|
|
|
|
.include <bsd.port.mk>
|