freebsd-ports/misc/libpri/Makefile
Max Khon 5682204c35 - Update to 1.4.13
- Do not build utilities: they are not installed anyway but now require
misc/dahdi to be built
- Specify LICENSE

Feature safe:	yes
2012-11-05 12:55:53 +00:00

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>