freebsd-ports/misc/zaptel/Makefile
Maxim Sobolev 7e53ba4e34 Update to 1.4.11. The port is much less tested and complete as the previous
1.4.6, but we have no choice since new asterisk depends on this version.

Submitted by:	Oleksandr Tymoshenko <gonzo@bluezbox.com>
2008-12-09 07:57:16 +00:00

50 lines
1.2 KiB
Makefile

# Ports collection makefile for: zaptel
# Date created: 29 April 2004
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= zaptel
PORTVERSION= 1.4.11
CATEGORIES= misc kld
MASTER_SITES= http://people.freebsd.org/~gonzo/zaptel/
DISTNAME= ${PORTNAME}-bsd-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
COMMENT= A FreeBSD Driver for FXO, FXS, BRI and PRI Telephony Cards
LIB_DEPENDS= newt.51:${PORTSDIR}/devel/newt
NO_PACKAGE= Should be in sync with the kernel to work correctly
ONLY_FOR_ARCHS= i386 amd64
MAKE_ENV= KMODDIR=${PREFIX}/lib/zaptel
SUB_FILES= pkg-message
USE_RC_SUBR= zaptel
WRKSRC= ${WRKDIR}/${PORTNAME}-bsd
.include <bsd.port.pre.mk>
pre-everything::
@if [ ! -f /usr/src/sys/Makefile ]; then \
${ECHO_MSG} ">> The zaptel port needs FreeBSD kernel source code to compile."; \
${ECHO_MSG} ">> Please install FreeBSD kernel source code in /usr/src/sys."; \
${FALSE}; \
fi
post-patch:
@${REINPLACE_CMD} -e "s|<getopt.h>|<unistd.h>|g" \
${WRKSRC}/tools/ztmonitor.c ${WRKSRC}/tools/zttool.c \
${WRKSRC}/tools/ztcfg.c ${WRKSRC}/tools/zttest.c
pre-su-install:
@${MKDIR} ${PREFIX}/lib/zaptel
post-install:
@${TOUCH} ${PREFIX}/lib/zaptel/linker.hints
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>