1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/misc/libpri/Makefile
Philip M. Gollucci 14855f6863 - Update download locations
Reported by:    -fetch-original pointyhat run
2009-02-04 03:03:34 +00:00

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>