aboutsummaryrefslogtreecommitdiff
path: root/misc/zaptel/Makefile
blob: e808cde87b9c8a0723e0fbe91745a5da1059f870 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Ports collection makefile for:	zaptel
# Date created:				29 April 2004
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	zaptel
PORTVERSION=	1.4.6
PORTREVISION=	4
CATEGORIES=	misc kld
MASTER_SITES=	http://www.pbxpress.com/~gonzo/
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

.include <bsd.port.pre.mk>

.if ${ARCH} == "amd64"
PLIST_SUB+=	WITH_TAU32="@comment "
.else
PLIST_SUB+=	WITH_TAU32=""
MAKE_ARGS+=	WITH_TAU32="yes"
.endif

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}/test/ztmonitor.c ${WRKSRC}/test/zttool.c \
		${WRKSRC}/ztcfg/ztcfg.c

pre-su-install:
	@${MKDIR} ${PREFIX}/lib/zaptel

post-install:
	@${TOUCH} ${PREFIX}/lib/zaptel/linker.hints
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>