forked from Lainports/freebsd-ports
- Do not build utilities: they are not installed anyway but now require misc/dahdi to be built - Specify LICENSE Feature safe: yes
27 lines
635 B
Makefile
27 lines
635 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.13
|
|
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
|
|
|
|
LICENSE= GPLv2
|
|
|
|
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
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e '/^all:/s/$$(UTILITIES)//' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|