mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
14855f6863
Reported by: -fetch-original pointyhat run
32 lines
705 B
Makefile
32 lines
705 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.2.3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://downloads.digium.com/pub/libpri/old/
|
|
PKGNAMESUFFIX= -bristuff
|
|
PATCHFILES= ${PORTNAME}-${PORTVERSION}-${BRIVER}.patch.gz
|
|
PATCH_SITES= ${MASTER_SITE_LOCAL}
|
|
PATCH_SITE_SUBDIR= fjoe
|
|
PATCH_DIST_STRIP= -p1
|
|
BRIVER= bristuff-0.3.0-PRE-1s
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
COMMENT= A C implementation of the Primary Rate ISDN specification
|
|
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "alpha"
|
|
BROKEN= Does not compile on alpha
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|