diff options
Diffstat (limited to 'net/zaptel12/Makefile')
-rw-r--r-- | net/zaptel12/Makefile | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/net/zaptel12/Makefile b/net/zaptel12/Makefile deleted file mode 100644 index d4d6dd8f7658..000000000000 --- a/net/zaptel12/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# Ports collection makefile for: zaptel -# Date created: 29 April 2004 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= zaptel -PORTVERSION= 1.1 -CATEGORIES= misc -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 - -MAKE_ENV= KMODDIR=${PREFIX}/lib/zaptel -SUB_FILES= pkg-message -USE_RC_SUBR= zaptel - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= does not build on FreeBSD \< 5.x -.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> |